Skip to content

Commit 5fd40ef

Browse files
authored
Fixed issue with undefined constant of UNEXPECTED_SIGNED_ELEMENT
1 parent f8ed7fc commit 5fd40ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)