Removed useless global definition
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 25 Feb 2009 16:57:03 +0000 (16:57 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 25 Feb 2009 16:57:03 +0000 (16:57 +0000)
includes/specials/SpecialCategories.php

index 81b337d..c6e73f2 100644 (file)
@@ -44,7 +44,6 @@ class CategoryPager extends AlphabeticPager {
        }
        
        function getQueryInfo() {
-               global $wgRequest;
                return array(
                        'tables' => array( 'category' ),
                        'fields' => array( 'cat_title','cat_pages' ),