From 0ac69c9ecc017955c1d0f17536bbcad1509459f5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 27 Jul 2021 12:01:52 -0600 Subject: [PATCH] Removed unused permission. --- core/groups/app_config.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/groups/app_config.php b/core/groups/app_config.php index 158a89b4e8..3cd8705603 100644 --- a/core/groups/app_config.php +++ b/core/groups/app_config.php @@ -48,9 +48,6 @@ $apps[$x]['permissions'][$y]['name'] = "group_domain"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['permissions'][$y]['name'] = "group_global"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $y++; $apps[$x]['permissions'][$y]['name'] = "group_all"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++;