Merge branch 'MDL-87323-501' of https://github.com/paulholden/moodle into MOODLE_501_STABLE

This commit is contained in:
Huong Nguyen
2026-01-29 10:41: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]);
}
}