Allow use of GENDER in 'noemail' message.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Wed, 26 May 2010 21:22:12 +0000 (21:22 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Wed, 26 May 2010 21:22:12 +0000 (21:22 +0000)
includes/specials/SpecialUserlogin.php

index 8b8d0e9..4f231e6 100644 (file)
@@ -128,7 +128,7 @@ class LoginForm {
                global $wgOut;
 
                if ( $this->mEmail == '' ) {
-                       $this->mainLoginForm( wfMsg( 'noemail', htmlspecialchars( $this->mName ) ) );
+                       $this->mainLoginForm( wfMsgExt( 'noemail', 'parsemag', htmlspecialchars( $this->mName ) ) );
                        return;
                }