X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fregistration%2FExtensionRegistry.php;h=35044e1f86eabfb9671e18716c4acefafb21a2e3;hp=3bec457c1e8dcd216ff796e7895bee6d7bae6200;hb=f43fa6f4f0e2cb60b8543daad661b48a3e0653a9;hpb=0124c6ce75b23da28d776edf842efb2af53336bd diff --git a/includes/registration/ExtensionRegistry.php b/includes/registration/ExtensionRegistry.php index 3bec457c1e..35044e1f86 100644 --- a/includes/registration/ExtensionRegistry.php +++ b/includes/registration/ExtensionRegistry.php @@ -1,5 +1,7 @@ cache = ObjectCache::getLocalServerInstance(); + $this->cache = MediaWikiServices::getInstance()->getLocalServerObjectCache(); } catch ( MWException $e ) { $this->cache = new EmptyBagOStuff(); }