Update destination_edit.php
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user