Index: trunk/extensions/SocialProfile/UserProfile/SpecialRemoveAvatar.php |
— | — | @@ -85,8 +85,9 @@ |
86 | 86 | * Show the form for retrieving a user's current avatar |
87 | 87 | */ |
88 | 88 | function showUserForm() { |
89 | | - $output = '<form method="get" name="avatar" action=""> |
90 | | - <b>' . wfMsg( 'username' ) . '</b> |
| 89 | + $output = '<form method="get" name="avatar" action="">' |
| 90 | + . Xml::hidden( 'title', $this->getTitle() ) . |
| 91 | + '<b>' . wfMsg( 'username' ) . '</b> |
91 | 92 | <input type="text" name="user" /> |
92 | 93 | <input type="submit" value="' . wfMsg( 'search' ) . '" /> |
93 | 94 | </form>'; |