diff --git a/core/groups/app_config.php b/core/groups/app_config.php index 3cd8705603..158a89b4e8 100644 --- a/core/groups/app_config.php +++ b/core/groups/app_config.php @@ -48,6 +48,9 @@ $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++;