Update install_fusionpbx.php

This commit is contained in:
FusionPBX 2019-02-09 08:31:27 -07:00 committed by GitHub
parent 780adea69c
commit 35b195ee23
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 ";