1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-26 01:11:28 +02:00
This commit is contained in:
Lóna Lore
2016-11-01 07:11:54 +01:00
parent dc6754d0e8
commit c2a01a696d

View File

@@ -103,6 +103,8 @@ if (isset($_POST['trigger_empty_cache']))
e107::getCache()->clearAll('db');
e107::getCache()->clearAll('image');
e107::getCache()->clearAll('browser');
e107::getCache()->clearAll('js');
e107::getCache()->clearAll('css');
e107::getAdminLog()->flushMessages(CACLAN_26);
break;
}