diff --git a/mod/scorm/lib.php b/mod/scorm/lib.php index 80b8c7ddd39..8b3c21a807d 100644 --- a/mod/scorm/lib.php +++ b/mod/scorm/lib.php @@ -1054,7 +1054,7 @@ function scorm_print_overview($courses, &$htmlarray) { $str = '
'.$strscorm. ': '. 'visible ? '':' class="dimmed"'). 'title="'.$strscorm.'" href="'.$CFG->wwwroot. - '/mod/assignment/view.php?id='.$scorm->coursemodule.'">'. + '/mod/scorm/view.php?id='.$scorm->coursemodule.'">'. $scorm->name.'
'; if ($scorm->timeclose) { $str .= '
'.$strduedate.': '.userdate($scorm->timeclose).'
';