r89269 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89268‎ | r89269 | r89270 >
Date:15:38, 1 June 2011
Author:reedy
Status:ok
Tags:
Comment:
Manually merge r89266
Modified paths:
  • /branches/REL1_17/extensions/CentralAuth/SpecialCentralAuth.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/extensions/CentralAuth/SpecialCentralAuth.php
@@ -361,6 +361,13 @@
362362
363363 function listMergedWikiItem( $row ) {
364364 global $wgLang;
 365+
 366+ if ( $row === null ) {
 367+ // https://bugzilla.wikimedia.org/show_bug.cgi?id=28767
 368+ // It seems sometimes local accounts aren't correctly created
 369+ // Revisiting the wiki solves the issue
 370+ return '';
 371+ }
365372 return '<tr>' .
366373 ( $this->mCanUnmerge ? '<td>' . $this->adminCheck( $row['wiki'] ) . '</td>' : '' ) .
367374 '<td>' . $this->foreignUserLink( $row['wiki'] ) . '</td>' .

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89266* (bug 28767) Internal error on Special:CentralAuth/usernamereedy15:34, 1 June 2011

Status & tagging log