Index: branches/5.2.x/core/install/install_toolkit.php =================================================================== diff -u -N -r13840 -r14092 --- branches/5.2.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 13840) +++ branches/5.2.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 14092) @@ -1,6 +1,6 @@ 'Content/' . $name, ); - $category_fields['ParentId'] = $this->Application->findModule('Name', 'Core', 'RootCat'); + $category_fields['ParentId'] = $this->Application->getBaseCategory(); if (isset($category_template)) { $category_fields['Template'] = $category_template; @@ -816,6 +816,7 @@ function deleteCache($refresh_permissions = false) { $this->Application->HandleEvent($event, 'adm:OnResetConfigsCache'); + $this->Application->HandleEvent($event, 'adm:OnResetSections'); $this->Application->HandleEvent($event, 'c:OnResetCMSMenuCache'); $this->Conn->Query('DELETE FROM ' . TABLE_PREFIX . 'CachedUrls');