r112628 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112627‎ | r112628 | r112629 >
Date:19:14, 28 February 2012
Author:platonides
Status:ok
Tags:
Comment:
(Bug 34776) Unattached accounts add literal \n on Special:CentralAuth
Introduced in r103181
Modified paths:
  • /trunk/extensions/CentralAuth/specials/SpecialCentralAuth.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/specials/SpecialCentralAuth.php
@@ -381,7 +381,7 @@
382382 $this->foreignUserLink( $row['wiki'] ) .
383383 "</td><td colspan='4'>{$notMerged}</td></tr>\n";
384384 }
385 - return implode( '\n', $rows );
 385+ return implode( "\n", $rows );
386386 }
387387
388388 /**

Sign-offs

UserFlagDate
Nikerabbitinspected07:38, 29 February 2012

Follow-up revisions

RevisionCommit summaryAuthorDate
r112634MFT r112571, r112628reedy20:46, 28 February 2012
r112648MFT r112074, r112153, r112295, r112517, r112562, r112628reedy21:43, 28 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103181Fix missing parameter to implode in SpecialCentralAuth...reedy15:31, 15 November 2011

Status & tagging log