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++;