1
0
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:
nlstart
2014-01-09 05:36:05 -08:00

View File

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