Fabien Potencier 14 anos atrás
pai
commit
d528b7481f

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php

@@ -138,6 +138,6 @@ EOF;
 
         $class = "$namespace\\$class";
 
-        return new $class($parent->getEnvironment(), $parent->getDebug());
+        return new $class($parent->getEnvironment(), $parent->isDebug());
     }
 }