From 09d338a1d3ac21635fa1873c60a2b0b0eee8327b Mon Sep 17 00:00:00 2001 From: flashwave Date: Fri, 21 Sep 2018 16:45:17 +0200 Subject: [PATCH] large brain --- src/manage.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/manage.php b/src/manage.php index 54593976..29451121 100644 --- a/src/manage.php +++ b/src/manage.php @@ -220,6 +220,16 @@ function manage_perms_list(array $rawPerms): array $rawPerms['user_perms_deny'] ), ], + [ + 'section' => 'edit-about', + 'title' => 'Can change own about section.', + 'perm' => MSZ_PERM_USER_EDIT_ABOUT, + 'value' => manage_perms_value( + MSZ_PERM_USER_EDIT_ABOUT, + $rawPerms['user_perms_allow'], + $rawPerms['user_perms_deny'] + ), + ], [ 'section' => 'manage-users', 'title' => 'Can manage other users.',