Fix the email_from when using per domain settings

Remove extra new database objects to make the code more efficient
This commit is contained in:
FusionPBX
2025-05-06 21:30:01 -06:00
committed by GitHub
parent db92891afb
commit 399c071961
3 changed files with 10 additions and 16 deletions

View File

@@ -138,7 +138,6 @@
}
$parameters['limit'] = $fax_queue_limit;
$parameters['retry_interval'] = $fax_retry_interval;
$database = new database;
$fax_queue = $database->select($sql, $parameters, 'all');
unset($parameters);