mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Merge branch 'MDL-61257-master' of git://github.com/mihailges/moodle
This commit is contained in:
commit
4683e5ff11
@ -81,7 +81,7 @@ class course_module_completion_updated extends base {
|
||||
* @return \moodle_url
|
||||
*/
|
||||
public function get_url() {
|
||||
return new \moodle_url('/report/completion/index.php', array('course' => $this->courseid));
|
||||
return new \moodle_url('/report/progress/index.php', array('course' => $this->courseid));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user