Index: branches/5.2.x/core/units/helpers/category_helper.php =================================================================== diff -u -N -r15137 -r15226 --- branches/5.2.x/core/units/helpers/category_helper.php (.../category_helper.php) (revision 15137) +++ branches/5.2.x/core/units/helpers/category_helper.php (.../category_helper.php) (revision 15226) @@ -1,6 +1,6 @@ Application->isCachingType(CACHING_TYPE_MEMORY) ) { - $this->Application->rebuildCache('master:StructureTree', kCache::REBUILD_NOW, CacheSettings::$structureTreeRebuildTime); - } - else { - $this->Application->rebuildDBCache('StructureTree', kCache::REBUILD_NOW, CacheSettings::$structureTreeRebuildTime); - } - // generate structure tree from scratch $ml_helper = $this->Application->recallObject('kMultiLanguageHelper'); /* @var $ml_helper kMultiLanguageHelper */ @@ -525,13 +518,6 @@ return unserialize($data); } - if ( $this->Application->isCachingType(CACHING_TYPE_MEMORY) ) { - $this->Application->rebuildCache('master:template_mapping', kCache::REBUILD_NOW, CacheSettings::$templateMappingRebuildTime); - } - else { - $this->Application->rebuildDBCache('template_mapping', kCache::REBUILD_NOW, CacheSettings::$templateMappingRebuildTime); - } - $sql = 'SELECT IF(c.`Type` = ' . PAGE_TYPE_TEMPLATE . ', CONCAT(c.Template, ":", c.ThemeId), CONCAT("id:", c.CategoryId)) AS SrcTemplate, LOWER(