Update groups.php

This commit is contained in:
FusionPBX 2019-07-28 16:09:17 -06:00 committed by GitHub
parent 65d74aa7f8
commit ccfce8ee1f
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ if (!class_exists('groups')) {
$result = $database->select($sql, null, 'all');
if (count($result) == 0) {
$x = 0;
$array['groups']['group_uuid'] = uuid();
$array['groups']['domain_uuid'] = null;
$array['groups'][$x]['group_uuid'] = uuid();
$array['groups'][$x]['domain_uuid'] = null;
$array['groups'][$x]['group_name'] = 'superadmin';
$array['groups'][$x]['group_level'] = '80';
$array['groups'][$x]['group_description'] = 'Super Administrator Group';