This commit is contained in:
Dan Poltawski 2013-10-29 13:16:44 +08:00
commit 7d3cdcc90d
3 changed files with 10 additions and 7 deletions

View file

@ -71,7 +71,7 @@ class course_deleted extends base {
protected function get_legacy_eventdata() {
$course = $this->get_record_snapshot('course', $this->objectid);
$course->context = $this->context;
$course->timemodified = $this->data['timecreated'];
return $course;
}