r89108 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89107‎ | r89108 | r89109 >
Date:14:53, 29 May 2011
Author:raymond
Status:ok
Tags:
Comment:
Followup r89099 per RobertL's CR: Remove now unused parameter. Thanks :)
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUserlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUserlogin.php
@@ -158,7 +158,7 @@
159159 global $wgOut;
160160
161161 if ( $this->mEmail == '' ) {
162 - $this->mainLoginForm( wfMsgExt( 'noemailcreate', array( 'parsemag', 'escape' ), $this->mUsername ) );
 162+ $this->mainLoginForm( wfMsgExt( 'noemailcreate', array( 'parsemag', 'escape' ) ) );
163163 return;
164164 }
165165

Follow-up revisions

RevisionCommit summaryAuthorDate
r896771.17: MFT r88492, r88870, r88871, r89003, r89108, r89114, r89115, r89129, r89...catrope19:14, 7 June 2011
r91758MFT to REL1_18:...hashar21:26, 8 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89099Fix message key for account creation by e-mail....raymond13:22, 29 May 2011

Status & tagging log