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

This commit is contained in:
Jun Pataleta
2018-03-28 18:16:06 +02:00
committed by Eloy Lafuente (stronk7)
@@ -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));
}
/**