X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryIWBacklinks.php;h=2fe4bd9198c01e0067b03f0cbb07ad506a93fadf;hb=9499586028e427a66cab01e550149b98e6e780a6;hp=61928c3c4226b034294e01554f7ab513e88e9748;hpb=78bd923ab9e11163799784519465e1bc29d70076;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryIWBacklinks.php b/includes/api/ApiQueryIWBacklinks.php index 61928c3c42..2fe4bd9198 100644 --- a/includes/api/ApiQueryIWBacklinks.php +++ b/includes/api/ApiQueryIWBacklinks.php @@ -132,7 +132,7 @@ class ApiQueryIWBacklinks extends ApiQueryGeneratorBase { ApiQueryBase::addTitleInfo( $entry, $title ); if ( $row->page_is_redirect ) { - $entry['redirect'] = ''; + $entry['redirect'] = true; } if ( $iwprefix ) { @@ -186,6 +186,7 @@ class ApiQueryIWBacklinks extends ApiQueryGeneratorBase { 'iwprefix', 'iwtitle', ), + ApiBase::PARAM_HELP_MSG_PER_VALUE => array(), ), 'dir' => array( ApiBase::PARAM_DFLT => 'ascending',