From a8b99342d529f1819f6a882c61022607d3251320 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Feb 2020 09:50:12 -0700 Subject: [PATCH] Update app_config.php --- app/conference_centers/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";