diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 342ee9d027..943c3da3c1 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -65,6 +65,9 @@ $apps[$x]['permissions'][$y]['name'] = "destination_import"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_upload"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; $apps[$x]['permissions'][$y]['name'] = "destination_domain"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++;