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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 {