From 3996db202e54f5d733984a2f1b3c0b3d3dce66d7 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 2 Jan 2019 15:49:40 -0700 Subject: [PATCH] Update app_menu.php --- app/call_centers/app_menu.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/call_centers/app_menu.php b/app/call_centers/app_menu.php index b23b38d51c..a9fe523f1d 100644 --- a/app/call_centers/app_menu.php +++ b/app/call_centers/app_menu.php @@ -24,9 +24,8 @@ $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; $apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['path'] = "/app/call_centers/call_center_queues.php"; - $apps[$x]['menu'][$y]['groups'][] = "agent"; - $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $apps[$x]['menu'][$y]['groups'][] = "admin"; $y++; $apps[$x]['menu'][$y]['title']['en-us'] = "Agent Status"; $apps[$x]['menu'][$y]['title']['ar-eg'] = "";