From: Aaron Schulz Date: Fri, 2 Oct 2015 00:28:51 +0000 (-0700) Subject: Remove redundant ApiQuery::shouldCheckMaxlag X-Git-Tag: 1.31.0-rc.0~9587^2 X-Git-Url: http://git.cyclocoop.org/%27%20.%20url_absolue%28%24favicon%29%20.%20?a=commitdiff_plain;h=b0630d1b305061cb271d1a3d246dbd2de5663551;p=lhc%2Fweb%2Fwiklou.git Remove redundant ApiQuery::shouldCheckMaxlag * Parent version already returns true Change-Id: I118d59492b8dadd3c7128d2c74f6d37216206d0a --- diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index 69ddd9dca0..3609a11909 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -604,10 +604,6 @@ class ApiQuery extends ApiBase { return implode( "\n", $moduleDescriptions ); } - public function shouldCheckMaxlag() { - return true; - } - protected function getExamplesMessages() { return array( 'action=query&prop=revisions&meta=siteinfo&' .