Index: trunk/phase3/includes/specials/SpecialExport.php |
— | — | @@ -45,6 +45,7 @@ |
46 | 46 | $this->images = $wgRequest->getCheck( 'images' ); // Doesn't do anything yet |
47 | 47 | $this->pageLinkDepth = $this->validateLinkDepth( |
48 | 48 | $wgRequest->getIntOrNull( 'pagelink-depth' ) ); |
| 49 | + $nsindex = ''; |
49 | 50 | |
50 | 51 | if ( $wgRequest->getCheck( 'addcat' ) ) { |
51 | 52 | $page = $wgRequest->getText( 'pages' ); |