One more adjustment to get the domain_name for the provisioning.
This commit is contained in:
parent
ab16d3e591
commit
8ab750f6bb
|
|
@ -87,7 +87,7 @@ include "root.php";
|
|||
$file = $this->file;
|
||||
|
||||
//get the domain_name
|
||||
if (strlen($domain_uuid) == 0) {
|
||||
if (strlen($domain_name) == 0) {
|
||||
$sql = "SELECT domain_name FROM v_domains ";
|
||||
$sql .= "WHERE domain_uuid=:domain_uuid ";
|
||||
$prep_statement = $this->db->prepare(check_sql($sql));
|
||||
|
|
|
|||
Loading…
Reference in New Issue