Index: trunk/phase3/includes/CategoryPage.php |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | } |
53 | 53 | |
54 | 54 | function closeShowCategory() { |
55 | | - global $wgOut, $wgRequest; |
| 55 | + global $wgOut; |
56 | 56 | |
57 | 57 | $from = $until = array(); |
58 | 58 | foreach ( array( 'page', 'subcat', 'file' ) as $type ) { |