Index: branches/5.0.x/core/install/install_toolkit.php =================================================================== diff -u -r12734 -r12899 --- branches/5.0.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 12734) +++ branches/5.0.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 12899) @@ -1,6 +1,6 @@ ', $table_prefix, $sqls); if (isset($replace_from) && isset($replace_to)) { // replace something additionally, e.g. module root category @@ -789,9 +790,11 @@ function deleteCache($refresh_permissions = false) { $sql = 'DELETE FROM ' . TABLE_PREFIX . 'Cache - WHERE VarName IN ("config_files", "configs_parsed", "sections_parsed", "cms_menu", "StructureTree")'; + WHERE VarName IN ("config_files", "configs_parsed", "sections_parsed")'; $this->Conn->Query($sql); + $this->Application->HandleEvent($event, 'c:OnResetCMSMenuCache'); + if ($refresh_permissions) { if ($this->Application->ConfigValue('QuickCategoryPermissionRebuild')) { // refresh permission without progress bar