fusionpbx/app/fax_queue/resources
emak e52f6626f9
Fix fax_queue to Email PDF Instead of TIF (#6461)
* Fix fax_queue to Email PDF Instead of TIF

Variables `$fax_file_tif` and `$fax_file_pdf` are missing a period before the extension so file_exists is always evaluating to false. Thus, TIF was always sent. Adds the period back into the path so the check works correctly.

NOTE: `$fax_file_tif` is completely unused and can be removed from this code for cleanup.

* Use single quotes.
2022-08-22 10:10:31 -06:00
..
classes Add a new FAX Queue 2022-03-31 12:24:00 -06:00
job Fix fax_queue to Email PDF Instead of TIF (#6461) 2022-08-22 10:10:31 -06:00
service Improve multi-server cluster support. 2022-07-07 16:14:01 -06:00