From 2299ba9ea47e3d540bf0c29bcbfd9b5e7551c502 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 2 Jan 2019 15:27:19 -0700 Subject: [PATCH] Update app_menu.php --- core/users/app_menu.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/users/app_menu.php b/core/users/app_menu.php index 7857795a35..b36ef14178 100644 --- a/core/users/app_menu.php +++ b/core/users/app_menu.php @@ -48,8 +48,9 @@ $apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788"; $apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['path'] = "/core/users/user_edit.php?id=user"; - $apps[$x]['menu'][$y]['groups'][] = "user"; - $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $apps[$x]['menu'][$y]['groups'][] = "admin"; + $apps[$x]['menu'][$y]['groups'][] = "user"; + $apps[$x]['menu'][$y]['groups'][] = "agent"; ?>