From 23e71b5dca935ba2e7b317a4e078f33f510404b8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 28 Apr 2017 15:34:23 -0600 Subject: [PATCH] Update app_menu.php --- app/conferences/app_menu.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/conferences/app_menu.php b/app/conferences/app_menu.php index db5a92e2f3..5427b86d48 100644 --- a/app/conferences/app_menu.php +++ b/app/conferences/app_menu.php @@ -16,8 +16,7 @@ $apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; $apps[$x]['menu'][0]['category'] = "internal"; $apps[$x]['menu'][0]['path'] = "/app/conferences/conferences.php"; - //$apps[$x]['menu'][0]['groups'][] = "user"; - //$apps[$x]['menu'][0]['groups'][] = "admin"; - //$apps[$x]['menu'][0]['groups'][] = "superadmin"; + $apps[$x]['menu'][0]['groups'][] = "admin"; + $apps[$x]['menu'][0]['groups'][] = "superadmin"; -?> \ No newline at end of file +?>