X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryContributors.php;h=55ea47025e15cd153c6b707694a49f1a863493c2;hb=8c282c91451fda1deb4b71aa6efa961da3df4eed;hp=b90283f978c9e77c1b7889d1c4a37ae9409db901;hpb=4f42c2bbe4184830986910f9374bf913590b0096;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryContributors.php b/includes/api/ApiQueryContributors.php index b90283f978..55ea47025e 100644 --- a/includes/api/ApiQueryContributors.php +++ b/includes/api/ApiQueryContributors.php @@ -265,14 +265,6 @@ class ApiQueryContributors extends ApiQueryBase { ); } - public function getPossibleErrors() { - return array_merge( parent::getPossibleErrors(), - $this->getRequireMaxOneParameterErrorMessages( - array( 'group', 'excludegroup', 'rights', 'excluderights' ) - ) - ); - } - public function getDescription() { return 'Get the list of logged-in contributors and ' . 'the count of anonymous contributors to a page.';