r89268 MediaWiki - Code Review archive

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

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/CentralAuth/SpecialCentralAuth.php
@@ -363,6 +363,13 @@
364364
365365 function listMergedWikiItem( $row ) {
366366 global $wgLang;
 367+
 368+ if ( $row === null ) {
 369+ // https://bugzilla.wikimedia.org/show_bug.cgi?id=28767
 370+ // It seems sometimes local accounts aren't correctly created
 371+ // Revisiting the wiki solves the issue
 372+ return '';
 373+ }
367374 return '<tr>' .
368375 ( $this->mCanUnmerge ? '<td>' . $this->adminCheck( $row['wiki'] ) . '</td>' : '' ) .
369376 '<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