diff --git a/modules/boonex/timeline/classes/BxTimelineConfig.php b/modules/boonex/timeline/classes/BxTimelineConfig.php index 81e83b03b8..f122d977b0 100644 --- a/modules/boonex/timeline/classes/BxTimelineConfig.php +++ b/modules/boonex/timeline/classes/BxTimelineConfig.php @@ -636,7 +636,7 @@ public function getCacheItemLifetime() public function getCacheItemKey($iId, $sPostfix = '') { - return $this->getPrefix('cache_item') . $iId . (bx_is_mobile() ? '_m' : '') . '_r' . bx_get_device_pixel_ratio() . '_' . (!empty($sPostfix) ? '_' . $sPostfix : '') . '.php'; + return $this->getPrefix('cache_item') . $iId . (bx_is_mobile() ? '_m' : '') . '_r' . bx_get_device_pixel_ratio() . (!empty($sPostfix) ? '_' . $sPostfix : '') . '_' . bx_site_hash() . '.php'; } public function getCacheHotKey()