Skip to content

Commit 0c8546a

Browse files
committed
RE-enabled the addSessionId() call in eppUndeleteRequest.php
The sessionID should always be the last element in a XML EPP call, otherwise the registry goes bezerk
1 parent 12c5e4e commit 0c8546a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Protocols/EPP/eppRequests/eppUndeleteRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function __construct($restoreinfo) {
1010
} else {
1111
throw new eppException('parameter of eppUndeleteRequest must be valid eppDomain object');
1212
}
13-
//$this->addSessionId();
13+
$this->addSessionId();
1414

1515
}
1616

0 commit comments

Comments
 (0)