From: Alexandre Emsenhuber Date: Thu, 24 Apr 2008 18:48:16 +0000 (+0000) Subject: remove emailconfirmed group from $wgImplicitGroups, was already removed from $wgGroup... X-Git-Tag: 1.31.0-rc.0~48083 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=4243b57bc3034326f44d6e6252484d04f2da68ad;p=lhc%2Fweb%2Fwiklou.git remove emailconfirmed group from $wgImplicitGroups, was already removed from $wgGroupPermissions --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 9759650d0d..d696dd71bd 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1174,7 +1174,7 @@ $wgGroupPermissions['bureaucrat']['userrights'] = true; /** * Implicit groups, aren't shown on Special:Listusers or somewhere else */ -$wgImplicitGroups = array( '*', 'user', 'autoconfirmed', 'emailconfirmed' ); +$wgImplicitGroups = array( '*', 'user', 'autoconfirmed' ); /** * These are the groups that users are allowed to add to or remove from