mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update app_defaults.php
This commit is contained in:
@@ -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 ";
|
||||
|
||||
Reference in New Issue
Block a user