mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
SCORM MDL-18626 - fix SCORM navigation breadcrumbs
This commit is contained in:
parent
2fbb7bf843
commit
66c7d3731f
2 changed files with 2 additions and 13 deletions
|
@ -68,7 +68,7 @@
|
|||
|
||||
if (empty($b)) {
|
||||
if (empty($a)) {
|
||||
$navigation = build_navigation('', $cm);
|
||||
$navigation = build_navigation($strreport, $cm);
|
||||
print_header("$course->shortname: ".format_string($scorm->name), $course->fullname,$navigation,
|
||||
'', '', true);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue