Index: branches/5.2.x/core/units/helpers/site_helper.php =================================================================== diff -u -N -r14976 -r15226 --- branches/5.2.x/core/units/helpers/site_helper.php (.../site_helper.php) (revision 14976) +++ branches/5.2.x/core/units/helpers/site_helper.php (.../site_helper.php) (revision 15226) @@ -1,6 +1,6 @@ Application->isCachingType(CACHING_TYPE_MEMORY) ) { - $this->Application->rebuildCache('master:domains_parsed', kCache::REBUILD_NOW, CacheSettings::$domainsParsedRebuildTime); - } - else { - $this->Application->rebuildDBCache('domains_parsed', kCache::REBUILD_NOW, CacheSettings::$domainsParsedRebuildTime); - } - $sql = 'SELECT * FROM ' . TABLE_PREFIX . 'SiteDomains ORDER BY Priority DESC';