fix get_cohorted_commentables

This commit is contained in:
Your Name
2013-01-31 17:34:37 -05:00
parent f2f7459656
commit da1660a043

View File

@@ -79,7 +79,7 @@ def get_cohorted_commentables(course_id):
# this is the easy case :)
ans = []
else:
ans = course.top_level_discussion_topic_ids
ans = course.cohorted_discussions
return ans