mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-28 22:26:51 +01:00
* cache hooks and template menus
This commit is contained in:
@@ -262,6 +262,8 @@ class Plugins {
|
||||
$cache = Cache::getInstance();
|
||||
if($cache->enabled()) {
|
||||
$cache->delete('templates');
|
||||
$cache->delete('hooks');
|
||||
$cache->delete('template_menus');
|
||||
}
|
||||
|
||||
$zip->close();
|
||||
|
||||
Reference in New Issue
Block a user