From f2edcf0fe06c407eb3fcaad5c2448e2b35f283fb Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 2 Feb 2018 00:51:59 -0700 Subject: [PATCH] Update fax_to_email.php --- secure/fax_to_email.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/secure/fax_to_email.php b/secure/fax_to_email.php index c21493afea..2aafcbe23f 100755 --- a/secure/fax_to_email.php +++ b/secure/fax_to_email.php @@ -376,13 +376,15 @@ if (!function_exists('fax_split_dtmf')) { if (strlen($_SESSION['fax']['smtp_from']) > 0) { $smtp['from'] = $_SESSION['fax']['smtp_from']['var']; - } else { + } + else { $smtp['from'] = $_SESSION['email']['smtp_from']['var']; } if (strlen($_SESSION['fax']['smtp_from_name']) > 0) { $smtp['from_name'] = $_SESSION['fax']['smtp_from_name']['var']; - } else { + } + else { $smtp['from_name'] = $_SESSION['email']['smtp_from_name']['var']; }