http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89108
Revision: 89108
Author: raymond
Date: 2011-05-29 14:53:14 +0000 (Sun, 29 May 2011)
Log Message:
-----------
Followup r89099 per RobertL's CR: Remove now unused parameter. Thanks :)
Modified Paths:
--------------
trunk/phase3/includes/specials/SpecialUserlogin.php
Modified: trunk/phase3/includes/specials/SpecialUserlogin.php
===================================================================
--- trunk/phase3/includes/specials/SpecialUserlogin.php 2011-05-29 14:42:36 UTC
(rev 89107)
+++ trunk/phase3/includes/specials/SpecialUserlogin.php 2011-05-29 14:53:14 UTC
(rev 89108)
@@ -158,7 +158,7 @@
global $wgOut;
if ( $this->mEmail == '' ) {
- $this->mainLoginForm( wfMsgExt( 'noemailcreate', array(
'parsemag', 'escape' ), $this->mUsername ) );
+ $this->mainLoginForm( wfMsgExt( 'noemailcreate', array(
'parsemag', 'escape' ) ) );
return;
}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs