Index: branches/5.2.x/core/units/helpers/sections_helper.php =================================================================== diff -u -N -r14668 -r15226 --- branches/5.2.x/core/units/helpers/sections_helper.php (.../sections_helper.php) (revision 14668) +++ branches/5.2.x/core/units/helpers/sections_helper.php (.../sections_helper.php) (revision 15226) @@ -1,6 +1,6 @@ Application->isCachingType(CACHING_TYPE_MEMORY) ) { - $this->Application->rebuildCache('master:sections_parsed', kCache::REBUILD_NOW, CacheSettings::$sectionsParsedRebuildTime); - } - else { - $this->Application->rebuildDBCache('sections_parsed', kCache::REBUILD_NOW, CacheSettings::$sectionsParsedRebuildTime); - } - if ( !defined('IS_INSTALL') || !IS_INSTALL ) { // don't reread all configs during install, because they are reread on every install step $this->Application->UnitConfigReader->ReReadConfigs();