mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Use configuration tester
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user