Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions classes/event/report_viewed.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,23 +79,4 @@ public function get_url() {
return new \moodle_url('/report/editdates/index.php', $params);
}

public static function get_legacy_eventname() {
return 'report edit dates';
}

/**
* Return the legacy event log data.
*
* @return array|null
*/
protected function get_legacy_logdata() {
return array(
$this->courseid,
"course",
"report edit dates",
"report/editdates/index.php?id={$this->courseid}",
$this->contextinstanceid
);
}

}