fixed provisioning with http_domain_filter off

This commit is contained in:
roman.dissauer
2015-09-24 09:38:26 +02:00
parent 27b8116368
commit ae4ec80038
+1
View File
@@ -77,6 +77,7 @@ openlog("fusion-provisioning", LOG_PID | LOG_PERROR, LOG_LOCAL0);
$domain_uuid = $row["domain_uuid"]; $domain_uuid = $row["domain_uuid"];
} }
unset($result, $prep_statement); unset($result, $prep_statement);
$_SESSION['domain_uuid'] = $domain_uuid;
//get the domain name //get the domain name
$domain_name = $_SESSION['domains'][$domain_uuid]['domain_name']; $domain_name = $_SESSION['domains'][$domain_uuid]['domain_name'];