Merge branch 'master_MDL-43011' of git://github.com/danmarsden/moodle

This commit is contained in:
Marina Glancy
2014-04-08 08:53:49 +08:00
+1 -1
View File
@@ -90,7 +90,7 @@ $strexit = get_string('exitactivity', 'scorm');
$coursecontext = context_course::instance($course->id);
if ($displaymode == 'popup') {
$PAGE->set_pagelayout('popup');
$PAGE->set_pagelayout('embedded');
} else {
$shortname = format_string($course->shortname, true, array('context' => $coursecontext));
$pagetitle = strip_tags("$shortname: ".format_string($scorm->name));