Skip to content

Commit 80259f5

Browse files
committed
Update fix of sidnEppInfoDomainRequest with default params
1 parent e0abf57 commit 80259f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Protocols/EPP/eppExtensions/sidn-ext-epp-1.0/eppRequests/sidnEppInfoDomainRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace Metaregistrar\EPP;
33

44
class sidnEppInfoDomainRequest extends eppInfoDomainRequest {
5-
function __construct($infodomain, $hosts, $namespacesinroot) {
5+
function __construct($infodomain, $hosts=null, $namespacesinroot=true) {
66
parent::__construct($infodomain, $hosts, $namespacesinroot);
77
}
88
}

0 commit comments

Comments
 (0)