]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - includes/api/ApiPatrol.php
MediaWiki 1.16.1
[autoinstallsdev/mediawiki.git] / includes / api / ApiPatrol.php
index 3b2b2046e1164efaae2c19a07692f2d177ae59cb..79916117e27a2ecc356387493e9aa2f01d85d4c5 100644 (file)
@@ -92,6 +92,10 @@ class ApiPatrol extends ApiBase {
         ) );
        }
        
+       public function needsToken() {
+               return true;
+       }
+
        public function getTokenSalt() {
                return '';
        }
@@ -103,6 +107,6 @@ class ApiPatrol extends ApiBase {
        }
 
        public function getVersion() {
-               return __CLASS__ . ': $Id: ApiPatrol.php 69578 2010-07-20 02:46:20Z tstarling $';
+               return __CLASS__ . ': $Id: ApiPatrol.php 74217 2010-10-03 15:53:07Z reedy $';
        }
 }
\ No newline at end of file