Update app_defaults.php

This commit is contained in:
FusionPBX 2019-07-02 14:03:04 -06:00 committed by GitHub
parent 04d1864585
commit e0162ea216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if ($domains_processed == 1) {
$sql .= "where ring_group_uuid = :ring_group_uuid \n";
$parameters['domain_name'] = $domain['domain_name'];
$parameters['ring_group_uuid'] = $row['ring_group_uuid'];
$message = $database->execute($sql, null);
$database->execute($sql, $parameters);
unset($parameters);
}
}