Test fixing protectors group

This commit is contained in:
Nick Bebout 2017-12-07 19:55:14 +00:00
parent 445be50ac8
commit cc9cb380f2

View file

@ -102,6 +102,8 @@ $wgGroupPermissions['pruners']['undelete'] = true;
# Create a protectors group for people who need to protect/unprotect pages
$wgGroupPermissions['protectors']['protect'] = true;
$wgGroupPermissions['protectors']['editprotected'] = true;
$wgGroupPermissions['protectors']['editsemiprotected'] = true;
## The URL base path to the directory containing the wiki;
## defaults for all runtime URL paths are based off of this.