r101434 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101433‎ | r101434 | r101435 >
Date:23:37, 31 October 2011
Author:aaron
Status:ok
Tags:
Comment:
Made some callers of getBlocker()->getName() just use getByName()
Modified paths:
  • /trunk/extensions/SignupAPI/includes/SpecialUserSignup.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialUserlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUserlogin.php
@@ -931,7 +931,7 @@
932932 'cantcreateaccount-text',
933933 $block->getTarget(),
934934 $block_reason,
935 - $block->getBlocker()->getName()
 935+ $block->getByName()
936936 );
937937
938938 $out->returnToMain( false );
Index: trunk/extensions/SignupAPI/includes/SpecialUserSignup.php
@@ -617,7 +617,7 @@
618618 'cantcreateaccount-text',
619619 $block->getTarget(),
620620 $block_reason,
621 - $block->getBlocker()->getName()
 621+ $block->getByName()
622622 );
623623
624624 $wgOut->returnToMain( false );

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

Status & tagging log