Revert the addition of the patrol token from ApiQueryInfo from r78141; does not belon...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Thu, 9 Dec 2010 21:42:01 +0000 (21:42 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Thu, 9 Dec 2010 21:42:01 +0000 (21:42 +0000)
includes/api/ApiQueryInfo.php

index 3156b7e..8ffb2e2 100644 (file)
@@ -87,7 +87,6 @@ class ApiQueryInfo extends ApiQueryBase {
                        'unblock' => array( 'ApiQueryInfo', 'getUnblockToken' ),
                        'email' => array( 'ApiQueryInfo', 'getEmailToken' ),
                        'import' => array( 'ApiQueryInfo', 'getImportToken' ),
-                       'patrol' => array( 'ApiQueryRecentChanges', 'getPatrolToken' ),
                );
                wfRunHooks( 'APIQueryInfoTokens', array( &$this->tokenFunctions ) );
                return $this->tokenFunctions;