mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-28 11:15:43 +00:00
Add domain_description to the same domains array.
This commit is contained in:
@@ -253,6 +253,7 @@ if ($db_type == "pgsql") {
|
||||
}
|
||||
$_SESSION['domains'][$row['domain_uuid']]['domain_uuid'] = $row['domain_uuid'];
|
||||
$_SESSION['domains'][$row['domain_uuid']]['domain_name'] = $row['domain_name'];
|
||||
$_SESSION['domains'][$row['domain_uuid']]['domain_description'] = $row['domain_description'];
|
||||
}
|
||||
unset($result, $prep_statement);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user