Fix undeclared variable warning in fax_send (#7478)

* fix undeclared variable warning in fax_send

* Update fax_send.php

---------

Co-authored-by: FusionPBX <markjcrane@gmail.com>
This commit is contained in:
frytimo
2025-09-04 13:49:56 -03:00
committed by GitHub
parent 22a19742ef
commit 196a354e52

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 ";