r70959 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70958‎ | r70959 | r70960 >
Date:14:34, 12 August 2010
Author:platonides
Status:reverted
Tags:
Comment:
Hacky r70418 makes this global unused.
Modified paths:
  • /trunk/phase3/includes/CategoryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/CategoryPage.php
@@ -51,7 +51,7 @@
5252 }
5353
5454 function closeShowCategory() {
55 - global $wgOut, $wgRequest;
 55+ global $wgOut;
5656
5757 $from = $until = array();
5858 foreach ( array( 'page', 'subcat', 'file' ) as $type ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r80616Revert r70418, r70959: direct use of $_GET is not needed anymore since we no ...tstarling06:42, 20 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70418Fix bug in sorting due to $wgRequest eating nulls...simetrical20:50, 3 August 2010

Status & tagging log