From 517c01b7817683974646c1ae93d1bccdb693fb82 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 2 Jan 2019 15:41:31 -0700 Subject: [PATCH] Update app_menu.php --- core/user_settings/app_menu.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/user_settings/app_menu.php b/core/user_settings/app_menu.php index 301da4c71f..798f7f29f7 100644 --- a/core/user_settings/app_menu.php +++ b/core/user_settings/app_menu.php @@ -23,8 +23,9 @@ $apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788"; $apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['path'] = "/core/user_settings/user_dashboard.php"; - $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"; -?> \ No newline at end of file +?>