Fix #1064 by implementing the new Special:Unusedcategories (thanks avar for the name)
[lhc/web/wiklou.git] / includes / SpecialPage.php
index 2487405..5f67310 100644 (file)
@@ -44,6 +44,7 @@ $wgSpecialPages = array(
        'Lonelypages'       => new SpecialPage( 'Lonelypages' ),
        'Uncategorizedpages'=> new SpecialPage( 'Uncategorizedpages' ),
        'Uncategorizedcategories'=> new SpecialPage( 'Uncategorizedcategories' ),
+       'Unusedcategories'      => new SpecialPage( 'Unusedcategories' ),
        'Unusedimages'      => new SpecialPage( 'Unusedimages' ),
        'Wantedpages'   => new SpecialPage( 'Wantedpages' ),
        'Shortpages'    => new SpecialPage( 'Shortpages' ),