From a21be2fd83f9e9abf34cd609be203cb01f65252e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 2 Jan 2019 15:32:55 -0700 Subject: [PATCH] Update app_menu.php --- core/apps/app_menu.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/apps/app_menu.php b/core/apps/app_menu.php index 787d06f525..9cf2946940 100644 --- a/core/apps/app_menu.php +++ b/core/apps/app_menu.php @@ -25,9 +25,10 @@ $apps[$x]['menu'][$y]['icon'] = "glyphicon-send"; $apps[$x]['menu'][$y]['path'] = ""; $apps[$x]['menu'][$y]['order'] = "20"; - $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"; $y++; $apps[$x]['menu'][$y]['title']['en-us'] = "App Manager"; $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; @@ -52,4 +53,4 @@ $apps[$x]['menu'][$y]['path'] = "/core/apps/apps.php"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; -?> \ No newline at end of file +?>