X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialWantedpages.php;h=acec4ea455d6639883654bdb6ac093fdcfb4ae1c;hb=72f36a8bb3ec8492f82b7bd0c85109ce494acf25;hp=dec123de01abb2d693f9fef4552ad4df18ea3770;hpb=abbaf76c9a7e1ce8cba6aa52e9ee5b0a92d908e4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialWantedpages.php b/includes/specials/SpecialWantedpages.php index dec123de01..acec4ea455 100644 --- a/includes/specials/SpecialWantedpages.php +++ b/includes/specials/SpecialWantedpages.php @@ -27,7 +27,7 @@ * @ingroup SpecialPage */ class WantedPagesPage extends WantedQueryPage { - + function __construct( $name = 'Wantedpages' ) { parent::__construct( $name ); } @@ -91,4 +91,8 @@ class WantedPagesPage extends WantedQueryPage { wfRunHooks( 'WantedPages::getQueryInfo', array( &$this, &$query ) ); return $query; } + + protected function getGroupName() { + return 'maintenance'; + } }