From: Siebrand Mazeland Date: Thu, 19 Dec 2013 15:43:59 +0000 (+0100) Subject: Change special page group for BookSources X-Git-Tag: 1.31.0-rc.0~17300^2 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=b8f7ebd1580dd7788f3584355c76bd5896b0db63;p=lhc%2Fweb%2Fwiklou.git Change special page group for BookSources It's placed in "other", but it's a tool, so let's put it in wiki. Change-Id: I2413c5a417303cafbed883c2d7e2f7e275695be5 --- diff --git a/includes/specials/SpecialBooksources.php b/includes/specials/SpecialBooksources.php index 5ad961c3db..6b77233e3b 100644 --- a/includes/specials/SpecialBooksources.php +++ b/includes/specials/SpecialBooksources.php @@ -188,6 +188,6 @@ class SpecialBookSources extends SpecialPage { } protected function getGroupName() { - return 'other'; + return 'wiki'; } }