Hacky r70418 makes this global unused.
authorPlatonides <platonides@users.mediawiki.org>
Thu, 12 Aug 2010 14:34:39 +0000 (14:34 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 12 Aug 2010 14:34:39 +0000 (14:34 +0000)
includes/CategoryPage.php

index d955f1f..dc90b04 100644 (file)
@@ -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 ) {