Update app_defaults.php

This commit is contained in:
FusionPBX 2021-12-03 18:05:00 -07:00 committed by GitHub
parent dd106a6871
commit 1f2ce0c4f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ if ($domains_processed == 1) {
unset($array);
}
//make the default groups exist
$group = new groups;
$group->defaults();
//get the groups
$sql = "select * from v_groups ";
$sql .= "where domain_uuid is null ";