From d1c2dfa10a645c7c08fb9b2a42e1a0c150c073c1 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 15 Jul 2024 17:24:10 -0600 Subject: [PATCH] Update fax file download --- app/fax/fax_files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/fax/fax_files.php b/app/fax/fax_files.php index d8e85891cb..75bd3ce15c 100644 --- a/app/fax/fax_files.php +++ b/app/fax/fax_files.php @@ -542,7 +542,7 @@ if ((permission_exists('fax_inbox_view') || permission_exists('fax_sent_view')) && file_exists($dir_fax.'/'.$file_name.".pdf")) { echo " View\n"; echo "   \n"; - echo " PDF\n"; + echo " PDF\n"; } echo " \n"; echo " ".$row['fax_date_formatted']." ".$row['fax_time_formatted']." \n";