Merge branch 'MDL-87323' of https://github.com/paulholden/moodle
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user