From 4c1a5d65790b4b078b67a31121c8a31d7b440acf Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sat, 26 Mar 2016 23:36:13 -0600 Subject: [PATCH] Remove agent_admin from call_centers/app_menu.php as it doesn't exist by default and causes an error. --- app/call_centers/app_menu.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/call_centers/app_menu.php b/app/call_centers/app_menu.php index 87c5a0597e..c179004229 100644 --- a/app/call_centers/app_menu.php +++ b/app/call_centers/app_menu.php @@ -31,7 +31,6 @@ $apps[$x]['menu'][1]['uuid'] = "597c483a-51a9-f95a-8d54-ea7d87ada2b8"; $apps[$x]['menu'][1]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1"; $apps[$x]['menu'][1]['category'] = "internal"; $apps[$x]['menu'][1]['path'] = "/app/call_centers/call_center_agent_status.php"; -$apps[$x]['menu'][1]['groups'][] = "agent_admin"; $apps[$x]['menu'][1]['groups'][] = "admin"; $apps[$x]['menu'][1]['groups'][] = "superadmin";