1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Should help with Issue #53 - PHP Strict issues

This commit is contained in:
Cameron
2012-12-15 03:49:15 -08:00
parent b74bf451d7
commit 71cd2aca3c
5 changed files with 29 additions and 19 deletions

View File

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