http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56487

Revision: 56487
Author:   aaron
Date:     2009-09-17 02:17:21 +0000 (Thu, 17 Sep 2009)

Log Message:
-----------
merged r56486:  partial revert of r55447: breaks url wpName prefilling

Modified Paths:
--------------
    branches/wmf-deployment/includes/templates/Userlogin.php

Modified: branches/wmf-deployment/includes/templates/Userlogin.php
===================================================================
--- branches/wmf-deployment/includes/templates/Userlogin.php    2009-09-17 
02:15:51 UTC (rev 56486)
+++ branches/wmf-deployment/includes/templates/Userlogin.php    2009-09-17 
02:17:21 UTC (rev 56487)
@@ -156,7 +156,7 @@
                        <td class="mw-label"><label for='wpName2'><?php 
$this->msg('yourname') ?></label></td>
                        <td class="mw-input">
                                <?php
-                       echo Html::input( 'wpName', null, 'text', array(
+                       echo Html::input( 'wpName', $this->data['name'], 
'text', array(
                                'class' => 'loginText',
                                'id' => 'wpName2',
                                'tabindex' => '1',



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to