From: Alexandre Emsenhuber Date: Wed, 25 Feb 2009 16:57:03 +0000 (+0000) Subject: Removed useless global definition X-Git-Tag: 1.31.0-rc.0~42680 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=2716203e276576167a32967bd4bb9497b8674ac4;p=lhc%2Fweb%2Fwiklou.git Removed useless global definition --- diff --git a/includes/specials/SpecialCategories.php b/includes/specials/SpecialCategories.php index 81b337d8ac..c6e73f2b2a 100644 --- a/includes/specials/SpecialCategories.php +++ b/includes/specials/SpecialCategories.php @@ -44,7 +44,6 @@ class CategoryPager extends AlphabeticPager { } function getQueryInfo() { - global $wgRequest; return array( 'tables' => array( 'category' ), 'fields' => array( 'cat_title','cat_pages' ),