Remove used of deprecated MemCachedClientforWiki
authoraddshore <addshorewiki@gmail.com>
Sun, 3 Apr 2016 08:52:50 +0000 (11:52 +0300)
committeraddshore <addshorewiki@gmail.com>
Sun, 3 Apr 2016 08:52:50 +0000 (11:52 +0300)
Change-Id: Ib947c0cc1cfc3b365617d12f7564c199d6189c31

maintenance/mctest.php

index c4dfd8f..60f94a5 100644 (file)
@@ -70,7 +70,7 @@ class McTest extends Maintenance {
                                $server # output channel
                        );
 
-                       $mcc = new MemCachedClientforWiki( [
+                       $mcc = new MemcachedClient( [
                                'persistant' => true,
                                'timeout' => $wgMemCachedTimeout
                        ] );