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 @@
373
373
$link,
374
374
$reason,
375
375
$wgRequest->getIP(),
376
- $block->getBlocker()->getName(),
376
+ $block->getByName(),
377
377
$block->getId(),
378
378
$wgLang->formatExpiry( $block->mExpiry ),
379
379
$intended,
Sign-offs
User
Flag
Date
Brion VIBBER
inspected
20:37, 8 November 2011
Follow-up revisions
Revision
Commit summary
Author
Date
r102434
MFT
r101434
,
r101442
,
r101444
: fix for
bug 32198
aaron
20:05, 8 November 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r101442
(
bug 31739
) Made Block code support ipb_by = 0 convention with for foreign us...
aaron
00:11, 1 November 2011
Status & tagging log
16:10, 28 November 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r101444
[
removed:
new
added:
ok]