This commit is contained in:
Nicolas Le Goff
2012-06-01 11:24:11 +02:00
parent 49900878c8
commit c3eb3f022f
2 changed files with 14 additions and 10 deletions

View File

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