diff options
Diffstat (limited to 'includes/api/ApiQuery.php')
-rw-r--r-- | includes/api/ApiQuery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index fb551ae75058..abfc7508a8b7 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -506,7 +506,7 @@ class ApiQuery extends ApiBase { */ private function doExport( $pageSet, $result ) { $exportTitles = []; - $titles = $pageSet->getGoodTitles(); + $titles = $pageSet->getGoodPages(); if ( count( $titles ) ) { /** @var Title $title */ foreach ( $titles as $title ) { |