Index: trunk/phase3/includes/api/ApiQueryBacklinks.php |
— | — | @@ -469,7 +469,6 @@ |
470 | 470 | public function getPossibleErrors() { |
471 | 471 | return array_merge( parent::getPossibleErrors(), array( |
472 | 472 | array( 'invalidtitle', 'title' ), |
473 | | - array( 'missingparam', 'title' ), |
474 | 473 | array( 'code' => 'bad_image_title', 'info' => "The title for {$this->getModuleName()} query must be an image" ), |
475 | 474 | array( 'code' => '_badcontinue', 'info' => 'Invalid continue param. You should pass the original value returned by the previous query' ), |
476 | 475 | ) ); |