From: Alexandre Emsenhuber Date: Tue, 19 Aug 2008 19:27:13 +0000 (+0000) Subject: Fix variable name, per report of Smaug on IRC X-Git-Tag: 1.31.0-rc.0~45789 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=e9c5f08a3de893c6723d12870792206456bf2070;p=lhc%2Fweb%2Fwiklou.git Fix variable name, per report of Smaug on IRC --- diff --git a/HISTORY b/HISTORY index 274316ce42..eea9b901a1 100644 --- a/HISTORY +++ b/HISTORY @@ -565,7 +565,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN remove the groups specified in $wgAddGroups and $wgRemoveGroups for any groups they are in. * New permission userrights-interwiki for changing user rights on foreign wikis. -* $wgImplictGroups for groups that are hidden from Special:Listusers, etc. +* $wgImplicitGroups for groups that are hidden from Special:Listusers, etc. * $wgAutopromote: automatically promote users who match specified criteria * $wgGroupsAddToSelf, $wgGroupsRemoveFromSelf: allow users to add or remove themselves from specified groups via Special:Userrights.