Add SpecialPage::getGroupName and use it
[lhc/web/wiklou.git] / includes / specials / SpecialUncategorizedpages.php
index abbe997..b518e6f 100644 (file)
@@ -69,4 +69,8 @@ class UncategorizedPagesPage extends PageQueryPage {
                        return array( 'page_namespace', 'page_title' );
                return array( 'page_title' );
        }
+
+       protected function getGroupName() {
+               return 'maintenance';
+       }
 }