Change special page group for BookSources
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 19 Dec 2013 15:43:59 +0000 (16:43 +0100)
committerSiebrand <siebrand@wikimedia.org>
Thu, 19 Dec 2013 15:46:27 +0000 (15:46 +0000)
It's placed in "other", but it's a tool, so let's put it in wiki.

Change-Id: I2413c5a417303cafbed883c2d7e2f7e275695be5

includes/specials/SpecialBooksources.php

index 5ad961c..6b77233 100644 (file)
@@ -188,6 +188,6 @@ class SpecialBookSources extends SpecialPage {
        }
 
        protected function getGroupName() {
-               return 'other';
+               return 'wiki';
        }
 }