X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Fmcc.php;h=6b8487fb5cb589f4f6364a4078c7e6a18be18485;hb=d762bf4b06634a5f61cab07b893ee879701cbbbd;hp=4bed0d4c7b12a373871a6b3e7f7324fa2638460d;hpb=f08625ee12d531c1255780bfb7b7f6bb0905ffd9;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/mcc.php b/maintenance/mcc.php index 4bed0d4c7b..6b8487fb5c 100644 --- a/maintenance/mcc.php +++ b/maintenance/mcc.php @@ -23,7 +23,7 @@ */ /** */ -require_once( __DIR__ . '/commandLine.inc' ); +require_once __DIR__ . '/commandLine.inc'; $options = getopt( '', array( 'debug', 'help', 'cache:' ) ); @@ -35,7 +35,7 @@ if ( $help ) { mccShowUsage(); exit( 0 ); } -$mcc = new MWMemcached( array( +$mcc = new MemcachedClient( array( 'persistent' => true, 'debug' => $debug, ) );