* cache hooks and template menus

This commit is contained in:
slawkens
2019-05-25 00:18:30 +02:00
parent 1cbe452f9c
commit 933b25194c
5 changed files with 54 additions and 16 deletions

View File

@@ -262,6 +262,8 @@ class Plugins {
$cache = Cache::getInstance();
if($cache->enabled()) {
$cache->delete('templates');
$cache->delete('hooks');
$cache->delete('template_menus');
}
$zip->close();