Skip to content
Snippets Groups Projects
Commit dd8d38a7 authored by Christina Roberts's avatar Christina Roberts Committed by GitHub
Browse files

Merge pull request #31 from ubc/fix-rebind-issue

Fix the rebind exception when calling get_result
parents bff5860e 593b8120
No related branches found
No related tags found
No related merge requests found
...@@ -206,7 +206,7 @@ class LtiConsumer(object): ...@@ -206,7 +206,7 @@ class LtiConsumer(object):
Returns: Returns:
webob.response: response to this request, in JSON format with status 200 if success webob.response: response to this request, in JSON format with status 200 if success
""" """
self.xblock.runtime.rebind_noauth_module_to_user(self, user) self.xblock.runtime.rebind_noauth_module_to_user(self.xblock, user)
response = { response = {
"@context": "http://purl.imsglobal.org/ctx/lis/v2/Result", "@context": "http://purl.imsglobal.org/ctx/lis/v2/Result",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment