One more adjustment to get the domain_name for the provisioning.

This commit is contained in:
Mark Crane 2014-01-31 19:36:11 +00:00
parent 5b458626b4
commit bd5892fc80
1 changed files with 1 additions and 1 deletions

View File

@ -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));