diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index b90f39968e..256c6b68c5 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -171,7 +171,7 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; - $apps[$x]['permissions'][$y]['name'] = "conference_destinations"; + $apps[$x]['permissions'][$y]['name'] = "conference_center_destinations"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin";