From b76fb090a84041ea353ac921f91b432254c91a96 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 4 Aug 2010 19:32:23 +0000 Subject: [PATCH] Followup r70474 and r70461, drop missingparam from getPossibleErrors --- includes/api/ApiQueryBacklinks.php | 1 - 1 file changed, 1 deletion(-) 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' ), ) ); -- 2.20.1