aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryIWBacklinks.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiQueryIWBacklinks.php')
-rw-r--r--includes/api/ApiQueryIWBacklinks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryIWBacklinks.php b/includes/api/ApiQueryIWBacklinks.php
index 61928c3c4226..618387d2b791 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 ) {