mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-01 09:43:50 +00:00
One more adjustment to get the domain_name for the provisioning.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user