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