From: Ryan Schmidt Date: Thu, 18 Jun 2009 03:38:01 +0000 (+0000) Subject: * Fix typo in RELEASE-NOTES introduced in r52083: meant $wgRevokePermissions, not... X-Git-Tag: 1.31.0-rc.0~41312 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=44dd87a52323cefcfb1f27537c6cec988aac8bcf;p=lhc%2Fweb%2Fwiklou.git * Fix typo in RELEASE-NOTES introduced in r52083: meant $wgRevokePermissions, not $wgRemoveGroups --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 63d6fac041..046e7526ef 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -89,7 +89,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN the groups being added and removed last-minute. * Add autopromote condition APCOND_BLOCKED to autopromote blocked users to various user groups. -* Add $wgRemoveGroups as a means of restricting a group's rights. The syntax is +* Add $wgRevokePermissions as a means of restricting a group's rights. The syntax is identical to $wgGroupPermissions, but users in these groups will have these rights stripped from them.