Add SpecialPage::getGroupName and use it
[lhc/web/wiklou.git] / includes / specials / SpecialWatchlist.php
index c498bde..89c2e76 100644 (file)
@@ -503,4 +503,8 @@ class SpecialWatchlist extends SpecialPage {
 
                return floor( $count / 2 );
        }
+
+       protected function getGroupName() {
+               return 'changes';
+       }
 }