Add SpecialPage::getGroupName and use it
[lhc/web/wiklou.git] / includes / specials / SpecialUnwatchedpages.php
index d397149..05ec6b0 100644 (file)
@@ -94,4 +94,8 @@ class UnwatchedpagesPage extends QueryPage {
 
                return $this->getLanguage()->specialList( $plink, $wlink );
        }
+
+       protected function getGroupName() {
+               return 'maintenance';
+       }
 }