From: Platonides Date: Tue, 27 Jul 2010 12:20:22 +0000 (+0000) Subject: Unused global. X-Git-Tag: 1.31.0-rc.0~35892 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=e12e9a623381f6a3a58e5653a74099ae6ea1729a;p=lhc%2Fweb%2Fwiklou.git Unused global. --- 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' );