mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-14 16:46:59 +02:00
Small bugfix
This commit is contained in:
parent
d5be4841f5
commit
8f743ea3ba
1 changed files with 1 additions and 1 deletions
|
@ -902,7 +902,7 @@ class EppWriter {
|
|||
$writer->endElement(); // End of 'resData'
|
||||
|
||||
// Begin the extension part if any of the extensions are present
|
||||
if (isset($resp['rgpstatus']) || isset($resp['secDNS']) || isset($resp['launch_phase'] || isset($resp['allocation'])) {
|
||||
if (isset($resp['rgpstatus']) || isset($resp['secDNS']) || isset($resp['launch_phase']) || isset($resp['allocation'])) {
|
||||
$writer->startElement('extension');
|
||||
|
||||
// Handle RGP status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue