diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php index b647ddaa1c..916dd3b976 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php @@ -174,7 +174,7 @@ EOF $preloadFile = $fs->makePathRelative(\dirname($containerFile, 2), $kernelDir); $preloadFile .= substr_replace(basename($containerFile), '.preload', -4, 0); $preloadFile = var_export('/'.$preloadFile, true); - @file_put_contents($kernelDir.'/preload.php', <<