X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fobjectcache%2FMemcachedPhpBagOStuff.php;h=6fba61ba0f237a6a531df63302172ef6aa46ed92;hb=66eca97d86645110972c92cb677cc7813ddbe58d;hp=939a7153ab8fad6515de797ce77782191692d9d0;hpb=709edf7e6458e0975ab7eb7b89f7692951fa4bd3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/objectcache/MemcachedPhpBagOStuff.php b/includes/objectcache/MemcachedPhpBagOStuff.php index 939a7153ab..6fba61ba0f 100644 --- a/includes/objectcache/MemcachedPhpBagOStuff.php +++ b/includes/objectcache/MemcachedPhpBagOStuff.php @@ -42,6 +42,7 @@ class MemcachedPhpBagOStuff extends MemcachedBagOStuff { * @param array $params */ function __construct( $params ) { + parent::__construct( $params ); $params = $this->applyDefaultParams( $params ); $this->client = new MemCachedClientforWiki( $params );