X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fspecials%2FSpecialPageLanguage.php;h=177c19bc4da9e6044872bf1693859217d95d144f;hb=1018d0a74b1cda5a14a5de45985d0732e9a4dbdd;hp=6756f274018faf9156acae13df372047e0e0c74e;hpb=f1a890c34cebd8744bf3a6277734275fb975575a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialPageLanguage.php b/includes/specials/SpecialPageLanguage.php index 6756f27401..177c19bc4d 100644 --- a/includes/specials/SpecialPageLanguage.php +++ b/includes/specials/SpecialPageLanguage.php @@ -197,4 +197,8 @@ class SpecialPageLanguage extends FormSpecialPage { LogEventsList::showLogExtract( $out2, 'pagelang', $title ); return $out1 . $out2; } + + protected function getGroupName() { + return 'pagetools'; + } }