Update fax_emails.php

This commit is contained in:
FusionPBX 2018-02-25 02:04:28 -07:00 committed by GitHub
parent 73d0085dcc
commit 16ee86e4ef
1 changed files with 2 additions and 1 deletions

View File

@ -98,6 +98,7 @@ if (sizeof($result) != 0) {
$fax_email_outbound_subject_tag = $row["fax_email_outbound_subject_tag"];
$fax_email_outbound_authorized_senders = $row["fax_email_outbound_authorized_senders"];
$fax_send_greeting = $row["fax_send_greeting"];
$fax_accountcode = $row["accountcode"];
//load default settings, then domain settings over top
unset($_SESSION);
@ -384,4 +385,4 @@ function load_domain_settings($domain_uuid) {
}
}
?>
?>