mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-02 00:53:22 +02:00
Domain create fix
This commit is contained in:
parent
d40fb36e17
commit
019fd891b3
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ function processDomainCreate($conn, $db, $xml, $clid, $database_type, $trans) {
|
|||
$hostObj_list = null;
|
||||
$hostAttr_list = null;
|
||||
|
||||
if ($ns && count($ns) > 0) {
|
||||
if (isset($ns)) {
|
||||
$hostObj_list = $ns->xpath('//domain:hostObj');
|
||||
$hostAttr_list = $ns->xpath('//domain:hostAttr');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue