From: Platonides Date: Mon, 25 Oct 2010 16:06:00 +0000 (+0000) Subject: $wgRequest usage removed in r75272 X-Git-Tag: 1.31.0-rc.0~34323 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=7e135c02cc212101addb830687443702eb9d4e08;p=lhc%2Fweb%2Fwiklou.git $wgRequest usage removed in r75272 --- diff --git a/includes/specials/SpecialStatistics.php b/includes/specials/SpecialStatistics.php index e2d5bf698c..5f2fb1f60a 100644 --- a/includes/specials/SpecialStatistics.php +++ b/includes/specials/SpecialStatistics.php @@ -37,7 +37,7 @@ class SpecialStatistics extends SpecialPage { } public function execute( $par ) { - global $wgOut, $wgRequest, $wgMemc; + global $wgOut, $wgMemc; global $wgDisableCounters, $wgMiserMode; $this->setHeaders();