Use configuration tester

This commit is contained in:
Romain Neutron
2012-10-02 14:08:10 +02:00
parent 7784bd0b7a
commit 275ee1eae9
13 changed files with 12 additions and 135 deletions

View File

@@ -48,7 +48,7 @@ class module_console_systemClearCache extends Command
$filesystem->remove($finder);
if ($this->container['phraseanet.configuration']->isInstalled()) {
if ($this->container['phraseanet.configuration-tester']->isInstalled()) {
$this->getService('phraseanet.cache-service')->flushAll();
}