r101444 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101443‎ | r101444 | r101445 >
Date:00:16, 1 November 2011
Author:aaron
Status:ok
Tags:
Comment:
FR r101442: forgot to replace another getBlocker()->getName() with getByName()
Modified paths:
  • /trunk/phase3/includes/Exception.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Exception.php
@@ -372,7 +372,7 @@
373373 $link,
374374 $reason,
375375 $wgRequest->getIP(),
376 - $block->getBlocker()->getName(),
 376+ $block->getByName(),
377377 $block->getId(),
378378 $wgLang->formatExpiry( $block->mExpiry ),
379379 $intended,

Sign-offs

UserFlagDate
Brion VIBBERinspected20:37, 8 November 2011

Follow-up revisions

RevisionCommit summaryAuthorDate
r102434MFT r101434,r101442,r101444: fix for bug 32198aaron20:05, 8 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101442(bug 31739) Made Block code support ipb_by = 0 convention with for foreign us...aaron00:11, 1 November 2011

Status & tagging log