Update app_defaults.php

This commit is contained in:
FusionPBX 2019-07-02 12:58:20 -06:00 committed by GitHub
parent 595d996ac7
commit 83fa359e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 21 deletions

View File

@ -26,6 +26,7 @@
//process this only one time
if ($domains_processed == 1) {
//select ring groups with an empty context
$sql = "select * from v_ring_groups where ring_group_context is null ";
$ring_groups = $database->select($sql, null, 'all');
@ -49,6 +50,7 @@ if ($domains_processed == 1) {
}
}
}
}
?>