diff --git a/mod/scorm/report.php b/mod/scorm/report.php index 6f34137ad0b..c993383da7a 100755 --- a/mod/scorm/report.php +++ b/mod/scorm/report.php @@ -45,6 +45,8 @@ if ($course->category) { $navigation = "id\">$course->shortname ->"; + } else { + $navigation = ''; } $strscorms = get_string("modulenameplural", "scorm");