Fabien Potencier 14 年 前
コミット
d528b7481f

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

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