Index: trunk/phase3/includes/specials/SpecialUserlogin.php |
— | — | @@ -158,7 +158,7 @@ |
159 | 159 | global $wgOut; |
160 | 160 | |
161 | 161 | if ( $this->mEmail == '' ) { |
162 | | - $this->mainLoginForm( wfMsgExt( 'noemailcreate', array( 'parsemag', 'escape' ), $this->mUsername ) ); |
| 162 | + $this->mainLoginForm( wfMsgExt( 'noemailcreate', array( 'parsemag', 'escape' ) ) ); |
163 | 163 | return; |
164 | 164 | } |
165 | 165 | |