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

Revision: 74099
Author:   reedy
Date:     2010-10-01 20:17:01 +0000 (Fri, 01 Oct 2010)

Log Message:
-----------
Minor followup to r74095, remove method as all it does is call it's parent 
(Thanks to Nikerabbit on IRC)

Remove leading tab from ApiMove

Modified Paths:
--------------
    trunk/phase3/includes/api/ApiMove.php
    trunk/phase3/includes/api/ApiUserrights.php

Modified: trunk/phase3/includes/api/ApiMove.php
===================================================================
--- trunk/phase3/includes/api/ApiMove.php       2010-10-01 20:12:50 UTC (rev 
74098)
+++ trunk/phase3/includes/api/ApiMove.php       2010-10-01 20:17:01 UTC (rev 
74099)
@@ -233,7 +233,7 @@
                ) );
        }
 
-               public function needsToken() {
+       public function needsToken() {
                return true;
        }
 

Modified: trunk/phase3/includes/api/ApiUserrights.php
===================================================================
--- trunk/phase3/includes/api/ApiUserrights.php 2010-10-01 20:12:50 UTC (rev 
74098)
+++ trunk/phase3/includes/api/ApiUserrights.php 2010-10-01 20:17:01 UTC (rev 
74099)
@@ -121,10 +121,6 @@
                return 'Add/remove a user to/from groups';
        }
 
-       public function getPossibleErrors() {
-               return parent::getPossibleErrors();
-       }
-
        public function needsToken() {
                return true;
        }



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to