*STAB STAB STAB* Fix for r59289: forgot to rename the constructor
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 20 Nov 2009 18:44:43 +0000 (18:44 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 20 Nov 2009 18:44:43 +0000 (18:44 +0000)
includes/memcached-client.php

index 5e9d6cb..0e04314 100644 (file)
@@ -245,7 +245,7 @@ class MWMemcached
         * @return  mixed
         * @access  public
         */
-       function memcached ($args)
+       function __construct ($args)
        {
                $this->set_servers(@$args['servers']);
                $this->_debug = @$args['debug'];