From: Bryan Tong Minh Date: Thu, 9 Dec 2010 21:42:01 +0000 (+0000) Subject: Revert the addition of the patrol token from ApiQueryInfo from r78141; does not belon... X-Git-Tag: 1.31.0-rc.0~33414 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=b97ce8c015eee103873c522ee103391b4b3de443;p=lhc%2Fweb%2Fwiklou.git Revert the addition of the patrol token from ApiQueryInfo from r78141; does not belong there --- 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;