From 081308d897e98fe02bc96b13577469c6d757b864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 7 Mar 2020 22:46:06 +0100 Subject: [PATCH] Fixed exception when setting permissions. --- config/permissions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/permissions.yaml b/config/permissions.yaml index bdac5571..d69a3e5e 100644 --- a/config/permissions.yaml +++ b/config/permissions.yaml @@ -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", "edit", "create", "delete", "move", "edit_permissions", "show_history", "edit_infos", "change_group", "edit_username"] + alsoSet: ["read", "create", "delete", "move", "edit_permissions", "show_history", "edit_infos", "change_group", "edit_username"] database: label: "perm.database"