Index: trunk/phase3/includes/specials/SpecialExport.php |
— | — | @@ -95,7 +95,7 @@ |
96 | 96 | if( $page != '' ) $this->doExport = true; |
97 | 97 | } else { |
98 | 98 | // Default to current-only for GET requests |
99 | | - $page = $wgRequest->getText( 'pages' ); |
| 99 | + $page = $wgRequest->getText( 'pages', $par ); |
100 | 100 | $historyCheck = $wgRequest->getCheck( 'history' ); |
101 | 101 | if( $historyCheck ) { |
102 | 102 | $history = WikiExporter::FULL; |