mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-29 15:43:23 +02:00
More fixes on domain update
This commit is contained in:
parent
d316b44a72
commit
ed6b5e5049
1 changed files with 2 additions and 2 deletions
|
@ -1318,8 +1318,8 @@ function processDomainUpdate($conn, $db, $xml, $clid, $database_type, $trans) {
|
|||
$contact_list = $xml->xpath('//domain:rem/domain:contact');
|
||||
$status_list = $xml->xpath('//domain:rem/domain:status/@s');
|
||||
|
||||
$hostObj_list = $xml->xpath('//domain:rem/domain:hostObj');
|
||||
$hostAttr_list = $xml->xpath('//domain:rem/domain:hostAttr');
|
||||
$hostObj_list = $xml->xpath('//domain:rem//domain:hostObj');
|
||||
$hostAttr_list = $xml->xpath('//domain:rem//domain:hostAttr');
|
||||
|
||||
foreach ($hostObj_list as $node) {
|
||||
$hostObj = (string) $node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue