From e12e9a623381f6a3a58e5653a74099ae6ea1729a Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 27 Jul 2010 12:20:22 +0000 Subject: [PATCH] Unused global. --- includes/CategoryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index 41f4969870..fc9de9470c 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -260,7 +260,7 @@ class CategoryViewer { } function doCategoryQuery() { - global $wgExperimentalCategorySort, $wgRequest, $wgContLang; + global $wgExperimentalCategorySort, $wgContLang; $dbr = wfGetDB( DB_SLAVE, 'category' ); -- 2.20.1