Update fax_to_email.php

This commit is contained in:
FusionPBX
2022-02-04 21:53:06 -07:00
committed by GitHub
parent 737eb1df0a
commit 40205d32bf

View File

@@ -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 {