Index: trunk/phase3/includes/api/ApiQueryInfo.php |
— | — | @@ -87,7 +87,6 @@ |
88 | 88 | 'unblock' => array( 'ApiQueryInfo', 'getUnblockToken' ), |
89 | 89 | 'email' => array( 'ApiQueryInfo', 'getEmailToken' ), |
90 | 90 | 'import' => array( 'ApiQueryInfo', 'getImportToken' ), |
91 | | - 'patrol' => array( 'ApiQueryRecentChanges', 'getPatrolToken' ), |
92 | 91 | ); |
93 | 92 | wfRunHooks( 'APIQueryInfoTokens', array( &$this->tokenFunctions ) ); |
94 | 93 | return $this->tokenFunctions; |