Index: branches/5.1.x/core/kernel/utility/cache.php =================================================================== diff -u -N -r14241 -r14331 --- branches/5.1.x/core/kernel/utility/cache.php (.../cache.php) (revision 14241) +++ branches/5.1.x/core/kernel/utility/cache.php (.../cache.php) (revision 14331) @@ -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 (array_key_exists('CacheHandler', $GLOBALS['vars']) && $GLOBALS['vars']['CacheHandler']) {