r75359 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75358‎ | r75359 | r75360 >
Date:16:06, 25 October 2010
Author:platonides
Status:ok
Tags:
Comment:
$wgRequest usage removed in r75272
Modified paths:
  • /trunk/phase3/includes/specials/SpecialStatistics.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialStatistics.php
@@ -37,7 +37,7 @@
3838 }
3939
4040 public function execute( $par ) {
41 - global $wgOut, $wgRequest, $wgMemc;
 41+ global $wgOut, $wgMemc;
4242 global $wgDisableCounters, $wgMiserMode;
4343
4444 $this->setHeaders();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75272Remove action=raw from Special:Statistics. We wanted to keep it for back-comp...demon17:04, 23 October 2010

Status & tagging log