From 9cfcf1dab8e8205b4b34c587e77208ab00477109 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 8 Jan 2020 21:40:22 -0700 Subject: [PATCH] Update app_config.php --- core/users/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/users/app_config.php b/core/users/app_config.php index fd94934028..f4f83282ea 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -80,6 +80,9 @@ $apps[$x]['permissions'][$y]['name'] = "api_key"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "view_users"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //default settings $y=0;