r46978 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46977‎ | r46978 | r46979 >
Date:15:22, 7 February 2009
Author:ialex
Status:ok
Tags:
Comment:
Correct fix for the E_NOTICE fixed in r46977.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialExport.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialExport.php
@@ -95,7 +95,7 @@
9696 if( $page != '' ) $this->doExport = true;
9797 } else {
9898 // Default to current-only for GET requests
99 - $page = $wgRequest->getText( 'pages' );
 99+ $page = $wgRequest->getText( 'pages', $par );
100100 $historyCheck = $wgRequest->getCheck( 'history' );
101101 if( $historyCheck ) {
102102 $history = WikiExporter::FULL;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r46977* Fix E_NOTICE...ialex15:16, 7 February 2009

Status & tagging log