mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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:
@@ -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 ";
|
||||
|
||||
Reference in New Issue
Block a user