summaryrefslogtreecommitdiff
path: root/lib/saml/kit/trustable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/saml/kit/trustable.rb')
-rw-r--r--lib/saml/kit/trustable.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/saml/kit/trustable.rb b/lib/saml/kit/trustable.rb
index 1c8bc9f..52c1048 100644
--- a/lib/saml/kit/trustable.rb
+++ b/lib/saml/kit/trustable.rb
@@ -52,8 +52,8 @@ module Saml
"samlp": Namespaces::PROTOCOL,
})
xml.valid?
- xml.errors.each do |error|
- errors[:base] << error
+ xml.errors.each do |attribute, error|
+ errors[attribute] << error
end
end