mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 04:38:27 +01:00
#486 - Clear cache after theme change
This commit is contained in:
parent
7f9326f1a1
commit
2a6f99e858
@ -1543,7 +1543,7 @@ class themeHandler
|
||||
$sql->db_Delete("menus", "menu_layout !='' ");
|
||||
}
|
||||
|
||||
e107::getCache()->clear_sys();
|
||||
e107::getCache()->clear();
|
||||
|
||||
if($core->save())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user