Update destination_edit.php

This commit is contained in:
FusionPBX
2018-06-26 11:14:39 -06:00
committed by GitHub
parent c6b12e5f00
commit 128b3db2d5

View File

@@ -147,7 +147,7 @@
$destination_context = $_SESSION['domain_name'];
}
if ($destination_type =="inbound" && strlen($destination_context) == 0) {
$destination_context = $_SESSION['domain_name'];
$destination_context = 'public';
}
//check for all required data