From: Siebrand Mazeland Date: Sat, 25 Apr 2009 19:07:23 +0000 (+0000) Subject: Follow up to r49880. Fix casing for CreatePage in $wgSpecialPageGroups X-Git-Tag: 1.31.0-rc.0~42024 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=bb2431b2b029fbd5ddb891136b5cd47987f4f6e7;p=lhc%2Fweb%2Fwiklou.git Follow up to r49880. Fix casing for CreatePage in $wgSpecialPageGroups --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1104552017..31b9d64bc7 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3099,7 +3099,7 @@ $wgSpecialPageGroups = array( 'Export' => 'pagetools', 'Import' => 'pagetools', 'Whatlinkshere' => 'pagetools', - 'Createpage' => 'pagetools', + 'CreatePage' => 'pagetools', 'Statistics' => 'wiki', 'Version' => 'wiki',