Index: branches/5.2.x/core/kernel/utility/cache.php =================================================================== diff -u -N -r14560 -r14585 --- branches/5.2.x/core/kernel/utility/cache.php (.../cache.php) (revision 14560) +++ branches/5.2.x/core/kernel/utility/cache.php (.../cache.php) (revision 14585) @@ -1,6 +1,6 @@ siteKeyName = 'site_serial:' . crc32(SQL_TYPE . '://' . SQL_USER . ':' . SQL_PASS . '@' . SQL_SERVER . ':' . TABLE_PREFIX); + $this->siteKeyName = 'site_serial:' . crc32(SQL_TYPE . '://' . SQL_USER . ':' . SQL_PASS . '@' . SQL_SERVER . ':' . TABLE_PREFIX . ':' . SQL_DB); // get cache handler class to use if ( isset($vars['CacheHandler']) ) {