Fixed exception when setting permissions.

This commit is contained in:
Jan Böhmer 2020-03-07 22:54:07 +01:00
parent 081308d897
commit 28eade1c3a

View file

@ -362,7 +362,7 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
revert_element:
label: "perm.revert_elements"
bit: 20
alsoSet: ["read", "create", "delete", "move", "edit_permissions", "show_history", "edit_infos", "change_group", "edit_username"]
alsoSet: ["read", "create", "delete", "edit_permissions", "show_history", "edit_infos", "change_group", "edit_username"]
database:
label: "perm.database"