Index: branches/5.2.x/core/units/helpers/menu_helper.php =================================================================== diff -u -N -r15137 -r15226 --- branches/5.2.x/core/units/helpers/menu_helper.php (.../menu_helper.php) (revision 15137) +++ branches/5.2.x/core/units/helpers/menu_helper.php (.../menu_helper.php) (revision 15226) @@ -1,6 +1,6 @@ parentPaths = $menu['parentPaths']; } else { - if ( $this->Application->isCachingType(CACHING_TYPE_MEMORY) ) { - $this->Application->rebuildCache('master:cms_menu', kCache::REBUILD_NOW, CacheSettings::$cmsMenuRebuildTime); - } - else { - $this->Application->rebuildDBCache('cms_menu', kCache::REBUILD_NOW, CacheSettings::$cmsMenuRebuildTime); - } - $menu = $this->_altBuildMenuStructure(Array ('CategoryId' => $root_cat, 'ParentPath' => $root_path)); $menu['parentPaths'] = $this->parentPaths;