Closed stollr closed 5 years ago
If a domain is in status 'connect' the array key changed is not set in $r['regrinfo']['domain']. This triggers the notice Undefined index: changed in line 71 of file src/whois.de.php.
changed
$r['regrinfo']['domain']
Undefined index: changed
src/whois.de.php
To fix this issue I have added a check via isset.
isset
Here's a screenshot showing the array structure on a domain that is in connection phase:
Thanks for this fix!
If a domain is in status 'connect' the array key
changed
is not set in$r['regrinfo']['domain']
. This triggers the noticeUndefined index: changed
in line 71 of filesrc/whois.de.php
.To fix this issue I have added a check via
isset
.