Update install_fusionpbx.php

This commit is contained in:
FusionPBX 2019-02-09 08:31:27 -07:00 committed by GitHub
parent f2fa4a6b41
commit 4480be3d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ include "root.php";
//add the user to the superadmin group
$sql = "insert into v_user_groups ";
$sql .= "(";
$sql .= "group_user_uuid, ";
$sql .= "user_group_uuid, ";
$sql .= "domain_uuid, ";
$sql .= "user_uuid, ";
$sql .= "group_name ";