Update fax_emails.php

This commit is contained in:
FusionPBX
2018-02-25 02:04:28 -07:00
committed by GitHub
parent 214ab1afe8
commit 91422a484f
+2 -1
View File
@@ -98,6 +98,7 @@ if (sizeof($result) != 0) {
$fax_email_outbound_subject_tag = $row["fax_email_outbound_subject_tag"]; $fax_email_outbound_subject_tag = $row["fax_email_outbound_subject_tag"];
$fax_email_outbound_authorized_senders = $row["fax_email_outbound_authorized_senders"]; $fax_email_outbound_authorized_senders = $row["fax_email_outbound_authorized_senders"];
$fax_send_greeting = $row["fax_send_greeting"]; $fax_send_greeting = $row["fax_send_greeting"];
$fax_accountcode = $row["accountcode"];
//load default settings, then domain settings over top //load default settings, then domain settings over top
unset($_SESSION); unset($_SESSION);
@@ -384,4 +385,4 @@ function load_domain_settings($domain_uuid) {
} }
} }
?> ?>