diff options
Diffstat (limited to 'lib/saml/kit/assertion.rb')
| -rw-r--r-- | lib/saml/kit/assertion.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/saml/kit/assertion.rb b/lib/saml/kit/assertion.rb index 6099fb0..eff28c2 100644 --- a/lib/saml/kit/assertion.rb +++ b/lib/saml/kit/assertion.rb @@ -126,7 +126,7 @@ module Saml def must_have_valid_signature return if !signed? || signature.valid? - signature.errors.each do |attribute, message| + signature.each_error do |attribute, message| errors.add(attribute, message) end end |
