"Platonides" changed the status of MediaWiki.r111468 to "fixme" and commented it. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111468#c30985
Old Status: new > New Status: fixme Commit summary for MediaWiki.r111468: follow up to r111264; split up class into one representing a table and one representing rows. Also getting rid of staticness, in particular LSB, so this becomes PHP 5.2 compatible. Not done yet, will follow up later Platonides's comment: function &singleton() This is PHP 5, that reference would be only needed if you wanted to make $instance something else. $instance = new static; This line still makes it require PHP 5.3. Use $this->className = new EPOrgs ? _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
