Skip to content

Commit

Permalink
Merge branch 'MDL-56836-32' of https://github.com/snake/moodle into M…
Browse files Browse the repository at this point in the history
…OODLE_32_STABLE
  • Loading branch information
danpoltawski committed Dec 6, 2016
2 parents 94caed4 + a0c1347 commit f477809
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod/scorm/player.php
Expand Up @@ -79,6 +79,9 @@
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)) {
Expand Down

0 comments on commit f477809

Please sign in to comment.