Move Special:PageLanguage to the pagetools group on Special:SpecialPages
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 16 Oct 2015 14:02:01 +0000 (16:02 +0200)
committerNikerabbit <niklas.laxstrom@gmail.com>
Thu, 22 Oct 2015 09:16:43 +0000 (09:16 +0000)
Acting on pages, so that group is better than the default of "other"

Change-Id: I50c993d69048eeee913fbab513711018999aafe9

includes/specials/SpecialPageLanguage.php

index 6756f27..177c19b 100644 (file)
@@ -197,4 +197,8 @@ class SpecialPageLanguage extends FormSpecialPage {
                LogEventsList::showLogExtract( $out2, 'pagelang', $title );
                return $out1 . $out2;
        }
+
+       protected function getGroupName() {
+               return 'pagetools';
+       }
 }