Fabien Potencier 14 лет назад
Родитель
Сommit
d528b7481f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php

+ 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());
     }
 }