Merge branch 'MDL-61257-master' of git://github.com/mihailges/moodle

This commit is contained in:
Jun Pataleta 2018-03-27 12:59:16 +08:00 committed by Eloy Lafuente (stronk7)
commit 4683e5ff11

View File

@ -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));
}
/**