X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSpecialUnusedcategories.php;h=409f2ea14e512ce55373122265a5dc8e612918dd;hb=0db8ece2b11070d5cd923743af27ed4ba8429042;hp=9ab95050f08158f56a45a12d3dc9a7cd0982e9da;hpb=38552e37c5b57d48bd76c5564d196e6d4cffee7a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SpecialUnusedcategories.php b/includes/SpecialUnusedcategories.php index 9ab95050f0..409f2ea14e 100644 --- a/includes/SpecialUnusedcategories.php +++ b/includes/SpecialUnusedcategories.php @@ -37,7 +37,6 @@ class UnusedCategoriesPage extends QueryPage { } function formatResult( $skin, $result ) { - global $wgLang; $title = Title::makeTitle( NS_CATEGORY, $result->title ); return $skin->makeLinkObj( $title, $title->getText() ); }