mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
fix typo
This commit is contained in:
@@ -58,7 +58,7 @@ class module_console_systemClearCache extends Command
|
||||
|
||||
$filesystem->remove($finder);
|
||||
|
||||
if (\setup::is_installed()) {
|
||||
if (setup::is_installed()) {
|
||||
$Core = \bootstrap::getCore();
|
||||
$Core['CacheService']->flushAll();
|
||||
}
|
||||
|
Reference in New Issue
Block a user