MDL-56836 SCORM: player doesn't remember display mode when not logged in
This commit is contained in:
committed by
Jake Dallimore
parent
e6cb76dfbb
commit
b0c362047e
@@ -79,6 +79,9 @@ if ($currentorg !== '') {
|
||||
if ($newattempt !== 'off') {
|
||||
$url->param('newattempt', $newattempt);
|
||||
}
|
||||
if ($displaymode !== '') {
|
||||
$url->param('display', $displaymode);
|
||||
}
|
||||
$PAGE->set_url($url);
|
||||
$forcejs = get_config('scorm', 'forcejavascript');
|
||||
if (!empty($forcejs)) {
|
||||
|
||||
Reference in New Issue
Block a user