Use self.system.debug instead of self.system.course_id; this seems less hacky.

This commit is contained in:
Peter Fogg
2013-05-29 16:00:43 -04:00
parent 0332d22a02
commit 81d3aa1464

View File

@@ -140,7 +140,7 @@ class VideoModule(VideoFields, XModule):
'start': self.start_time,
'end': self.end_time,
'normal_speed_video_id': normal_speed_video_id,
'in_lms': True if self.system.course_id is not None else False
'in_lms': self.system.debug
})