Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -1075,7 +1075,7 @@ |
1076 | 1076 | $username = self::$messages['mobile-frontend-username']; |
1077 | 1077 | $password = self::$messages['mobile-frontend-password']; |
1078 | 1078 | $login = self::$messages['mobile-frontend-login']; |
1079 | | - $loginHtml = Html::input( 'wpName', $this->data['name'], 'text', array( |
| 1079 | + $loginHtml = Html::input( 'wpName', null, 'text', array( |
1080 | 1080 | 'class' => 'loginText', |
1081 | 1081 | 'id' => 'wpName1', |
1082 | 1082 | 'tabindex' => '1', |