mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
#486 - Clear cache after theme change
This commit is contained in:
@@ -1543,7 +1543,7 @@ class themeHandler
|
|||||||
$sql->db_Delete("menus", "menu_layout !='' ");
|
$sql->db_Delete("menus", "menu_layout !='' ");
|
||||||
}
|
}
|
||||||
|
|
||||||
e107::getCache()->clear_sys();
|
e107::getCache()->clear();
|
||||||
|
|
||||||
if($core->save())
|
if($core->save())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user