From e6883cdc68f3eedc22399aa5e23f21f6ea817e6c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 29 Jan 2019 15:44:37 -0700 Subject: [PATCH] Update app_config.php --- core/users/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/users/app_config.php b/core/users/app_config.php index 5673c28b6b..2b1ab9f842 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -47,6 +47,10 @@ $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "user_groups"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; $apps[$x]['permissions'][$y]['name'] = "user_domain"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++;