From: Sam Reed Date: Wed, 4 Aug 2010 19:32:23 +0000 (+0000) Subject: Followup r70474 and r70461, drop missingparam from getPossibleErrors X-Git-Tag: 1.31.0-rc.0~35721 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=b76fb090a84041ea353ac921f91b432254c91a96;p=lhc%2Fweb%2Fwiklou.git Followup r70474 and r70461, drop missingparam from getPossibleErrors --- diff --git a/includes/api/ApiQueryBacklinks.php b/includes/api/ApiQueryBacklinks.php index 04fe40517c..1748c2d89a 100644 --- a/includes/api/ApiQueryBacklinks.php +++ b/includes/api/ApiQueryBacklinks.php @@ -469,7 +469,6 @@ class ApiQueryBacklinks extends ApiQueryGeneratorBase { public function getPossibleErrors() { return array_merge( parent::getPossibleErrors(), array( array( 'invalidtitle', 'title' ), - array( 'missingparam', 'title' ), array( 'code' => 'bad_image_title', 'info' => "The title for {$this->getModuleName()} query must be an image" ), array( 'code' => '_badcontinue', 'info' => 'Invalid continue param. You should pass the original value returned by the previous query' ), ) );