From 40205d32bff9885149ee9cc1044719f64fa2b12d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 4 Feb 2022 21:53:06 -0700 Subject: [PATCH] Update fax_to_email.php --- secure/fax_to_email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/fax_to_email.php b/secure/fax_to_email.php index 777fee4d93..9aa648f41a 100644 --- a/secure/fax_to_email.php +++ b/secure/fax_to_email.php @@ -549,7 +549,7 @@ if (!function_exists('fax_split_dtmf')) { $language_code = $_SESSION['domain']['language']['code']; //get the template subcategory - if ($fax_relay == 'yes') { + if ($fax_relay == 'true') { $template_subcategory = 'relay'; } else {