Small bugfix

This commit is contained in:
Pinga 2023-12-29 20:41:31 +02:00
parent d5be4841f5
commit 8f743ea3ba

View file

@ -902,7 +902,7 @@ class EppWriter {
$writer->endElement(); // End of 'resData' $writer->endElement(); // End of 'resData'
// Begin the extension part if any of the extensions are present // 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'); $writer->startElement('extension');
// Handle RGP status // Handle RGP status