fixed provisioning with http_domain_filter off

This commit is contained in:
roman.dissauer 2015-09-01 00:21:23 +02:00
parent 27b8116368
commit ae4ec80038
1 changed files with 2 additions and 1 deletions

View File

@ -77,6 +77,7 @@ openlog("fusion-provisioning", LOG_PID | LOG_PERROR, LOG_LOCAL0);
$domain_uuid = $row["domain_uuid"];
}
unset($result, $prep_statement);
$_SESSION['domain_uuid'] = $domain_uuid;
//get the domain name
$domain_name = $_SESSION['domains'][$domain_uuid]['domain_name'];
@ -311,4 +312,4 @@ openlog("fusion-provisioning", LOG_PID | LOG_PERROR, LOG_LOCAL0);
return $needed_parts ? false : $data;
}
?>
?>