r111558 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111557‎ | r111558 | r111559 >
Date:16:53, 15 February 2012
Author:jeroendedauw
Status:reverted (Comments)
Tags:
Comment:
Follow up to r30985; not by ref
Modified paths:
  • /trunk/phase3/includes/DBTable.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DBTable.php
@@ -536,7 +536,7 @@
537537 *
538538 * @return DBtable
539539 */
540 - public static function &singleton() {
 540+ public static function singleton() {
541541 static $instance;
542542
543543 if ( !isset( $instance ) ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r30985Localisation updates for core messages from Betawiki (2008-02-15 23:34 CET)siebrand22:51, 15 February 2008

Comments

#Comment by Siebrand (talk | contribs)   17:08, 15 February 2012

Looks like the followed-up rev is incorrect

#Comment by Jeroen De Dauw (talk | contribs)   17:16, 15 February 2012

yeah, should be r111468

Status & tagging log