Commit da1660a0 by Your Name

fix get_cohorted_commentables

parent f2f74596
...@@ -79,7 +79,7 @@ def get_cohorted_commentables(course_id): ...@@ -79,7 +79,7 @@ def get_cohorted_commentables(course_id):
# this is the easy case :) # this is the easy case :)
ans = [] ans = []
else: else:
ans = course.top_level_discussion_topic_ids ans = course.cohorted_discussions
return ans return ans
......
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