From b97ce8c015eee103873c522ee103391b4b3de443 Mon Sep 17 00:00:00 2001 From: Bryan Tong Minh Date: Thu, 9 Dec 2010 21:42:01 +0000 Subject: [PATCH] Revert the addition of the patrol token from ApiQueryInfo from r78141; does not belong there --- includes/api/ApiQueryInfo.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/api/ApiQueryInfo.php b/includes/api/ApiQueryInfo.php index 3156b7ee90..8ffb2e22b8 100644 --- a/includes/api/ApiQueryInfo.php +++ b/includes/api/ApiQueryInfo.php @@ -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; -- 2.20.1