Add SpecialPage::getGroupName and use it
[lhc/web/wiklou.git] / includes / specials / SpecialDisambiguations.php
index a9c554a..2126ca5 100644 (file)
@@ -158,4 +158,8 @@ class DisambiguationsPage extends QueryPage {
 
                return "$from $edit $arr $to";
        }
+
+       protected function getGroupName() {
+               return 'pages';
+       }
 }