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

This commit is contained in:
Mihail Geshoski
2018-03-26 12:22:00 +08:00
parent a15c745936
commit e91bc73f87
@@ -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));
}
/**