Followup r89099 per RobertL's CR: Remove now unused parameter. Thanks :)
authorRaimond Spekking <raymond@users.mediawiki.org>
Sun, 29 May 2011 14:53:14 +0000 (14:53 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Sun, 29 May 2011 14:53:14 +0000 (14:53 +0000)
includes/specials/SpecialUserlogin.php

index a37158b..cd22191 100644 (file)
@@ -158,7 +158,7 @@ class LoginForm extends SpecialPage {
                global $wgOut;
 
                if ( $this->mEmail == '' ) {
-                       $this->mainLoginForm( wfMsgExt( 'noemailcreate', array( 'parsemag', 'escape' ), $this->mUsername ) );
+                       $this->mainLoginForm( wfMsgExt( 'noemailcreate', array( 'parsemag', 'escape' ) ) );
                        return;
                }