Fix undeclared variable warning in fax_send (#7478)

* Fix undeclared variable warning in fax_send
This commit is contained in:
FusionPBX
2025-09-04 10:51:46 -06:00
committed by GitHub
parent 4ee3927c0f
commit 953d46db53

View File

@@ -63,6 +63,9 @@
//shutdown call back function
function shutdown() {
//add global variables
global $database, $fax_queue_uuid;
//when the fax status is still sending
//then set the fax status to trying
$sql = "update v_fax_queue ";