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 {