Update destination_edit.php
This commit is contained in:
parent
c6b12e5f00
commit
128b3db2d5
|
|
@ -147,7 +147,7 @@
|
||||||
$destination_context = $_SESSION['domain_name'];
|
$destination_context = $_SESSION['domain_name'];
|
||||||
}
|
}
|
||||||
if ($destination_type =="inbound" && strlen($destination_context) == 0) {
|
if ($destination_type =="inbound" && strlen($destination_context) == 0) {
|
||||||
$destination_context = $_SESSION['domain_name'];
|
$destination_context = 'public';
|
||||||
}
|
}
|
||||||
|
|
||||||
//check for all required data
|
//check for all required data
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue