
ialex at svn
Nov 20, 2009, 10:44 AM
Post #1 of 1
(94 views)
Permalink
|
|
SVN: [59293] trunk/phase3/includes/memcached-client.php
|
|
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/59293 Revision: 59293 Author: ialex Date: 2009-11-20 18:44:43 +0000 (Fri, 20 Nov 2009) Log Message: ----------- *STAB STAB STAB* Fix for r59289: forgot to rename the constructor Modified Paths: -------------- trunk/phase3/includes/memcached-client.php Modified: trunk/phase3/includes/memcached-client.php =================================================================== --- trunk/phase3/includes/memcached-client.php 2009-11-20 17:30:08 UTC (rev 59292) +++ trunk/phase3/includes/memcached-client.php 2009-11-20 18:44:43 UTC (rev 59293) @@ -245,7 +245,7 @@ * @return mixed * @access public */ - function memcached ($args) + function __construct ($args) { $this->set_servers(@$args['servers']); $this->_debug = @$args['debug']; _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|