From: Siebrand Mazeland Date: Thu, 19 Dec 2013 15:43:12 +0000 (+0100) Subject: Special special page group for ExpandTemplates X-Git-Tag: 1.31.0-rc.0~17570^2 X-Git-Url: http://git.cyclocoop.org/%22.%24match%5B1%5D.%22?a=commitdiff_plain;h=7482d1fa78afd66698b28a102a906691b7424960;p=lhc%2Fweb%2Fwiklou.git Special special page group for ExpandTemplates Change-Id: I9447a65a6cbb5dd5d94212c82598c2fde0f7d92e --- diff --git a/includes/specials/SpecialExpandTemplates.php b/includes/specials/SpecialExpandTemplates.php index 24476fe962..19d7a6bf75 100644 --- a/includes/specials/SpecialExpandTemplates.php +++ b/includes/specials/SpecialExpandTemplates.php @@ -254,4 +254,8 @@ class SpecialExpandTemplates extends SpecialPage { $out->addHTML( $html ); $out->addHTML( Html::closeElement( 'div' ) ); } + + protected function getGroupName() { + return 'wiki'; + } }