Update fax_to_email.php
This commit is contained in:
parent
737eb1df0a
commit
40205d32bf
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue