r49543 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49542‎ | r49543 | r49544 >
Date:00:18, 16 April 2009
Author:demon
Status:ok
Tags:
Comment:
Fixed undefined var.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialExport.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialExport.php
@@ -45,6 +45,7 @@
4646 $this->images = $wgRequest->getCheck( 'images' ); // Doesn't do anything yet
4747 $this->pageLinkDepth = $this->validateLinkDepth(
4848 $wgRequest->getIntOrNull( 'pagelink-depth' ) );
 49+ $nsindex = '';
4950
5051 if ( $wgRequest->getCheck( 'addcat' ) ) {
5152 $page = $wgRequest->getText( 'pages' );

Status & tagging log