MDL-61257 reports: Report logs link to unavailable completion report

This commit is contained in:
Mihail Geshoski 2018-01-23 13:43:34 +08:00
parent a15c745936
commit e91bc73f87

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