Browse Source

Update app_config.php

FusionPBX 5 years ago
parent
commit
8eb10c9496
1 changed files with 3 additions and 0 deletions
  1. 3 0
      core/groups/app_config.php

+ 3 - 0
core/groups/app_config.php

@@ -76,6 +76,9 @@
 		$y++;
 		$y++;
 		$apps[$x]['permissions'][$y]['name'] = "group_permission_delete";
 		$apps[$x]['permissions'][$y]['name'] = "group_permission_delete";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
+		$y++;
+		$apps[$x]['permissions'][$y]['name'] = "view_groups";
+		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 
 
 	//schema details
 	//schema details
 		$y=0;
 		$y=0;