set fax failed when missing (#7077)

This commit is contained in:
Antonio Fernandez
2024-07-30 18:31:11 -04:00
committed by GitHub
parent 52e5da9a23
commit 440ffb69db

View File

@@ -366,6 +366,7 @@
}
else {
echo "fax file missing: ".$fax_file."\n";
$fax_status = 'failed';
}
}