From dcff7838d026ffb7b3e04fb84a32041a71e38595 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 30 Oct 2019 02:39:43 -0600 Subject: [PATCH] Update app_menu.php --- app/call_block/app_menu.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/call_block/app_menu.php b/app/call_block/app_menu.php index 5df544ef75..fffcf2a3e8 100644 --- a/app/call_block/app_menu.php +++ b/app/call_block/app_menu.php @@ -26,5 +26,6 @@ $apps[$x]['menu'][$y]['path'] = "/app/call_block/call_block.php"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "admin"; + $apps[$x]['menu'][$y]['groups'][] = "user"; -?> \ No newline at end of file +?>