Skip to content

Commit 74c5cb7

Browse files
committed
fixed systax error
1 parent 7c5e485 commit 74c5cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/SecureXMLAbstractRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function getMessageId()
6161
{
6262
$messageId = $this->getParameter('messageId');
6363

64-
if (!$this->getParameter('messageId'))) {
64+
if (!$this->getParameter('messageId')) {
6565
$this->setMessageId($this->generateMessageId());
6666
}
6767

0 commit comments

Comments
 (0)