Merge "Add way of including all stderr output when executing command"
[lhc/web/wiklou.git] / includes / specials / SpecialMostrevisions.php
index b025331..ad6b788 100644 (file)
@@ -31,4 +31,8 @@ class MostrevisionsPage extends FewestrevisionsPage {
        function sortDescending() {
                return true;
        }
+
+       protected function getGroupName() {
+               return 'highuse';
+       }
 }