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

Revision: 91212
Author:   ashley
Date:     2011-06-30 19:55:15 +0000 (Thu, 30 Jun 2011)
Log Message:
-----------
SocialProfile: follow-up to r87595: correct capitalization

Modified Paths:
--------------
    trunk/extensions/SocialProfile/UserProfile/SpecialRemoveAvatar.php

Modified: trunk/extensions/SocialProfile/UserProfile/SpecialRemoveAvatar.php
===================================================================
--- trunk/extensions/SocialProfile/UserProfile/SpecialRemoveAvatar.php  
2011-06-30 19:47:26 UTC (rev 91211)
+++ trunk/extensions/SocialProfile/UserProfile/SpecialRemoveAvatar.php  
2011-06-30 19:55:15 UTC (rev 91212)
@@ -96,7 +96,7 @@
         */
        private function showUserForm() {
                $output = '<form method="get" name="avatar" action="">' .
-                               Html::Hidden( 'title', $this->getTitle() ) .
+                               Html::hidden( 'title', $this->getTitle() ) .
                                '<b>' . wfMsg( 'username' ) . '</b>
                                <input type="text" name="user" />
                                <input type="submit" value="' . wfMsg( 'search' 
) . '" />


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

Reply via email to