mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update destination_edit.php
This commit is contained in:
@@ -143,12 +143,12 @@
|
||||
}
|
||||
|
||||
//set the default context
|
||||
if ($destination_type =="outbound" && strlen($destination_context) == 0) {
|
||||
$destination_context = $_SESSION['domain_name'];
|
||||
}
|
||||
if ($destination_type =="inbound" && strlen($destination_context) == 0) {
|
||||
$destination_context = 'public';
|
||||
}
|
||||
if ($destination_type =="outbound" && strlen($destination_context) == 0) {
|
||||
$destination_context = $_SESSION['domain_name'];
|
||||
}
|
||||
|
||||
//check for all required data
|
||||
$msg = '';
|
||||
|
||||
Reference in New Issue
Block a user