Index: branches/wmf-deployment/includes/templates/Userlogin.php |
— | — | @@ -156,7 +156,7 @@ |
157 | 157 | <td class="mw-label"><label for='wpName2'><?php $this->msg('yourname') ?></label></td> |
158 | 158 | <td class="mw-input"> |
159 | 159 | <?php |
160 | | - echo Html::input( 'wpName', null, 'text', array( |
| 160 | + echo Html::input( 'wpName', $this->data['name'], 'text', array( |
161 | 161 | 'class' => 'loginText', |
162 | 162 | 'id' => 'wpName2', |
163 | 163 | 'tabindex' => '1', |