r89266 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89265‎ | r89266 | r89267 >
Date:15:34, 1 June 2011
Author:reedy
Status:ok
Tags:
Comment:
* (bug 28767) Internal error on Special:CentralAuth/username
Modified paths:
  • /trunk/extensions/CentralAuth/specials/SpecialCentralAuth.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/specials/SpecialCentralAuth.php
@@ -363,6 +363,12 @@
364364
365365 function listMergedWikiItem( $row ) {
366366 global $wgLang;
 367+ if ( $row === null ) {
 368+ // https://bugzilla.wikimedia.org/show_bug.cgi?id=28767
 369+ // It seems sometimes local accounts aren't correctly created
 370+ // Revisiting the wiki solves the issue
 371+ return '';
 372+ }
367373 return '<tr>' .
368374 ( $this->mCanUnmerge ? '<td>' . $this->adminCheck( $row['wiki'] ) . '</td>' : '' ) .
369375 '<td>' . $this->foreignUserLink( $row['wiki'] ) . '</td>' .

Follow-up revisions

RevisionCommit summaryAuthorDate
r89268Manually merge r89266reedy15:38, 1 June 2011
r89269Manually merge r89266reedy15:38, 1 June 2011
r92324REL_1.18 MFT r89121, r89266, r90723, r90857, r91578, r92300reedy22:08, 15 July 2011

Status & tagging log