From aa7101aabe29deeb722053758547714a2fc621a0 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 20 Nov 2009 18:44:43 +0000 Subject: [PATCH] *STAB STAB STAB* Fix for r59289: forgot to rename the constructor --- includes/memcached-client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/memcached-client.php b/includes/memcached-client.php index 5e9d6cb962..0e043147b5 100644 --- a/includes/memcached-client.php +++ b/includes/memcached-client.php @@ -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']; -- 2.20.1