diff --git a/app/switch/app_config.php b/app/switch/app_config.php index c69fbd470e..b9afece5ab 100644 --- a/app/switch/app_config.php +++ b/app/switch/app_config.php @@ -76,6 +76,10 @@ $apps[$x]['permissions'][$y]['name'] = "switch_registrations"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "language_destinations"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; //default settings $y++;