Merge branch 'MDL-61257-34' of git://github.com/mihailges/moodle into MOODLE_34_STABLE

This commit is contained in:
Jun Pataleta
2018-03-27 12:53:06 +08:00
@@ -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));
}
/**