From 8c3eadb1b188200ce84f2f38747d54a570c88136 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 9 Jan 2018 15:42:43 +0100 Subject: [PATCH] [HttpKernel] Fix compile error when a legacy container is fresh again --- src/Symfony/Component/HttpKernel/Kernel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index a8a2b71c1322d..ad9f6ecb7ce67 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -851,6 +851,7 @@ protected function dumpContainer(ConfigCache $cache, ContainerBuilder $container $fs->dumpFile($dir.$file, $code); @chmod($dir.$file, 0666 & ~umask()); } + @unlink(dirname($dir.$file).'.legacy'); $cache->write($rootCode, $container->getResources()); } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy