mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'wip-mdl-42557' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
7d3cdcc90d
3 changed files with 10 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue