Update destination_edit.php

This commit is contained in:
FusionPBX 2018-06-26 11:14:39 -06:00 committed by GitHub
parent 370d8d5132
commit e26166f9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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