Index: trunk/phase3/includes/specials/SpecialExport.php |
— | — | @@ -353,6 +353,7 @@ |
354 | 354 | $pageSet = $this->getLinks( $inputPages, $pageSet, 'pagelinks', |
355 | 355 | array( 'pl_namespace AS namespace', 'pl_title AS title' ), |
356 | 356 | array( 'page_id=pl_from' ) ); |
| 357 | + $inputPages = array_keys( $pageSet ); |
357 | 358 | } |
358 | 359 | return $pageSet; |
359 | 360 | } |