mirror of
https://github.com/e107inc/e107.git
synced 2025-07-27 01:40:22 +02:00
Issue #1979
This commit is contained in:
@@ -103,6 +103,8 @@ if (isset($_POST['trigger_empty_cache']))
|
|||||||
e107::getCache()->clearAll('db');
|
e107::getCache()->clearAll('db');
|
||||||
e107::getCache()->clearAll('image');
|
e107::getCache()->clearAll('image');
|
||||||
e107::getCache()->clearAll('browser');
|
e107::getCache()->clearAll('browser');
|
||||||
|
e107::getCache()->clearAll('js');
|
||||||
|
e107::getCache()->clearAll('css');
|
||||||
e107::getAdminLog()->flushMessages(CACLAN_26);
|
e107::getAdminLog()->flushMessages(CACLAN_26);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user