From: Aaron Schulz Date: Sun, 24 Jul 2011 18:54:07 +0000 (+0000) Subject: Follow-up r92924, set special page group for ChangeEmail X-Git-Tag: 1.31.0-rc.0~28655 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=e572bbff33170c3b29b58c0b8a04042fe41e59d0;p=lhc%2Fweb%2Fwiklou.git Follow-up r92924, set special page group for ChangeEmail --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index e5323e7b32..c976171f30 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5030,6 +5030,7 @@ $wgSpecialPageGroups = array( 'Block' => 'users', 'Unblock' => 'users', 'Preferences' => 'users', + 'ChangeEmail' => 'users', 'ChangePassword' => 'users', 'DeletedContributions' => 'users', 'PasswordReset' => 'users',