From: Platonides Date: Thu, 12 Aug 2010 14:34:39 +0000 (+0000) Subject: Hacky r70418 makes this global unused. X-Git-Tag: 1.31.0-rc.0~35527 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=37c7dd7c2b8f7a7807e48e54eb25d5898cdd47a7;p=lhc%2Fweb%2Fwiklou.git Hacky r70418 makes this global unused. --- diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index d955f1f052..dc90b04eb5 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -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 ) {