Bladeren bron

fix Undefined property: Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand::

Samuel Laulhau 14 jaren geleden
bovenliggende
commit
db90e0ab8d
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php

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

@@ -57,7 +57,7 @@ EOF
         $oldCacheDir  = $realCacheDir.'_old';
 
         if (!is_writable($realCacheDir)) {
-            throw new \RuntimeException(sprintf('Unable to write in the "%s" directory', $this->realCacheDir));
+            throw new \RuntimeException(sprintf('Unable to write in the "%s" directory', $realCacheDir));
         }
 
         if ($input->getOption('no-warmup')) {