1
0
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:
Moc 2014-01-08 17:23:56 +01:00
parent 7f9326f1a1
commit 2a6f99e858

View File

@ -1543,7 +1543,7 @@ class themeHandler
$sql->db_Delete("menus", "menu_layout !='' ");
}
e107::getCache()->clear_sys();
e107::getCache()->clear();
if($core->save())
{