From 7e135c02cc212101addb830687443702eb9d4e08 Mon Sep 17 00:00:00 2001 From: Platonides Date: Mon, 25 Oct 2010 16:06:00 +0000 Subject: [PATCH] $wgRequest usage removed in r75272 --- includes/specials/SpecialStatistics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1