X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsite%2FCachingSiteStore.php;h=f3cd1e81a224a094c3cb5f83460d08200b67afde;hb=9604c55869b0879f944215eda992570820b55ec8;hp=a2f43f307b9f6c4e3f734d8f16f6303118c15717;hpb=96906168cac0e9a7748511b48c369cf22c8406d5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/site/CachingSiteStore.php b/includes/site/CachingSiteStore.php index a2f43f307b..f3cd1e81a2 100644 --- a/includes/site/CachingSiteStore.php +++ b/includes/site/CachingSiteStore.php @@ -90,7 +90,7 @@ class CachingSiteStore implements SiteStore { private function getCacheKey() { if ( $this->cacheKey === null ) { $type = 'SiteList#' . SiteList::getSerialVersionId(); - $this->cacheKey = wfMemcKey( "sites/$type" ); + $this->cacheKey = $this->cache->makeKey( "sites/$type" ); } return $this->cacheKey;