This commit is contained in:
Huong Nguyen
2026-01-30 12:11:30 +07:00
@@ -69,7 +69,7 @@ class activity_report_viewed extends \core\event\base {
* @return \moodle_url
*/
public function get_url() {
return new \moodle_url('/report/outline/index.php', array('course' => $this->courseid));
return new \moodle_url('/report/outline/index.php', ['id' => $this->courseid]);
}
}