Commit 66bbe17e by Julia Hansbrough

Merge pull request #3687 from edx/flowerhack/fix-discussion-opaque

Flowerhack/fix discussion opaque
parents 6d7fe561 f6f802f3
......@@ -182,7 +182,7 @@ def _create_comment(request, course_key, thread_id=None, parent_id=None):
'anonymous': anonymous,
'anonymous_to_peers': anonymous_to_peers,
'user_id': request.user.id,
'course_id': course_key,
'course_id': course_key.to_deprecated_string(),
'thread_id': thread_id,
'parent_id': parent_id,
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment