Special special page group for ExpandTemplates
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 19 Dec 2013 15:43:12 +0000 (16:43 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 19 Dec 2013 15:43:12 +0000 (16:43 +0100)
Change-Id: I9447a65a6cbb5dd5d94212c82598c2fde0f7d92e

includes/specials/SpecialExpandTemplates.php

index 24476fe..19d7a6b 100644 (file)
@@ -254,4 +254,8 @@ class SpecialExpandTemplates extends SpecialPage {
                $out->addHTML( $html );
                $out->addHTML( Html::closeElement( 'div' ) );
        }
+
+       protected function getGroupName() {
+               return 'wiki';
+       }
 }