summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/authorization-helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/authorization-helper.rb b/lib/authorization-helper.rb
index 61018d4..a32f9b7 100644
--- a/lib/authorization-helper.rb
+++ b/lib/authorization-helper.rb
@@ -115,6 +115,7 @@ module OpenTox
# see http://rack.rubyforge.org/doc/SPEC.html
subjectid = CGI.unescape(subjectid) if subjectid and subjectid.include?("%23")
@subjectid = subjectid
+ OpenTox::RestClientWrapper.subjectid = subjectid
rescue
@subjectid = nil
end