From 37c7dd7c2b8f7a7807e48e54eb25d5898cdd47a7 Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 12 Aug 2010 14:34:39 +0000 Subject: [PATCH] Hacky r70418 makes this global unused. --- includes/CategoryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index d955f1f052..dc90b04eb5 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -51,7 +51,7 @@ class CategoryPage extends Article { } function closeShowCategory() { - global $wgOut, $wgRequest; + global $wgOut; $from = $until = array(); foreach ( array( 'page', 'subcat', 'file' ) as $type ) { -- 2.20.1