r88663 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88662‎ | r88663 | r88664 >
Date:18:49, 23 May 2011
Author:happy-melon
Status:ok
Tags:
Comment:
Follow-up r84475: update userBlockedMessage() caller.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUserlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUserlogin.php
@@ -711,7 +711,7 @@
712712 $this->resetLoginForm( wfMsg( 'resetpass_announce' ) );
713713 break;
714714 case self::CREATE_BLOCKED:
715 - $this->userBlockedMessage();
 715+ $this->userBlockedMessage( $wgUser->mBlock );
716716 break;
717717 case self::THROTTLED:
718718 $this->mainLoginForm( wfMsg( 'login-throttled' ) );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r84475Blame hashar for this giant commit; he teased me for making so many smaller o...happy-melon19:12, 21 March 2011

Status & tagging log