Skip to content

Commit 5099e97

Browse files
authored
Merge pull request #188 from sproogen/master
Fixed issue with undefined constant of UNEXPECTED_SIGNED_ELEMENT
2 parents f8ed7fc + 5fd40ef commit 5099e97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Saml2/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ public function processSignedElements()
772772
if (!$this->validateSignedElements($signedElements)) {
773773
throw new OneLogin_Saml2_ValidationError(
774774
'Found an unexpected Signature Element. SAML Response rejected',
775-
OneLogin_Saml2_ValidationError::UNEXPECTED_SIGNED_ELEMENT
775+
OneLogin_Saml2_ValidationError::UNEXPECTED_SIGNED_ELEMENTS
776776
);
777777
}
778778
}

0 commit comments

Comments
 (0)