Fix outbound_route_to_bridge so that it uses the correct domain_uuid in every situation. Everyone using multi-tenant is should update svn to apply this fix.

This commit is contained in:
Mark Crane
2012-09-04 16:34:34 +00:00
parent f10e565168
commit 815dd7ec87
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ else {
if (count($_POST)>0) {
$virtual_table_category = check_str($_POST["virtual_table_category"]);
$virtual_table_category_other = check_str($_POST["virtual_table_category_other"]);
if (strlen($virtual_table_category_other) == 0) { $virtual_table_category = $virtual_table_category_other; }
if (strlen($virtual_table_category_other) > 0) { $virtual_table_category = $virtual_table_category_other; }
$virtual_table_label = check_str($_POST["virtual_table_label"]);
$virtual_table_name = check_str($_POST["virtual_table_name"]);
$virtual_table_auth = check_str($_POST["virtual_table_auth"]);