Change. Use path with domain name for faxes for single tenant installation.

This commit is contained in:
Alexey Melnichuk
2015-12-04 12:57:30 +03:00
parent c4ddfd2fb7
commit 9568eb43f4
5 changed files with 5 additions and 15 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ if (!$included) {
}
//set the fax directory
$fax_dir = $_SESSION['switch']['storage']['dir'].'/fax'.((count($_SESSION["domains"]) > 1) ? '/'.$_SESSION['domain_name'] : null);
$fax_dir = $_SESSION['switch']['storage']['dir'].'/fax/'.$_SESSION['domain_name'];
// set fax cover font to generate pdf
$fax_cover_font = $_SESSION['fax']['cover_font']['text'];