Skip to content

Commit

Permalink
Merge branch '47970-28' of git://github.com/samhemelryk/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Oct 30, 2014
2 parents 9e432c2 + 0025296 commit 61138e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/scorm/index.php
Expand Up @@ -90,7 +90,7 @@
$trackedusers = scorm_get_count_users($scorm->id, $scorm->groupingid);
if ($trackedusers > 0) {
$reportshow = html_writer::link('report.php?id='.$scorm->coursemodule,
get_string('viewallreports', 'scorm', $trackedusers)).html_writer::end_div();
get_string('viewallreports', 'scorm', $trackedusers));
} else {
$reportshow = get_string('noreports', 'scorm');
}
Expand Down

0 comments on commit 61138e3

Please sign in to comment.