Skip to content

Commit

Permalink
MDL-46639 SCORM: incorrect setting of launch param, it is done in sco…
Browse files Browse the repository at this point in the history
…rm_parse_aicc
  • Loading branch information
danmarsden committed Sep 3, 2014
1 parent d92c406 commit 46e990a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mod/scorm/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ function scorm_parse($scorm, $full) {
$scorm->version = 'ERROR';
} else {
$scorm->version = 'AICC';
$scorm->launch = $result;
}
}

Expand All @@ -313,7 +312,6 @@ function scorm_parse($scorm, $full) {
$scorm->version = 'ERROR';
} else {
$scorm->version = 'AICC';
$scorm->launch = $result;
}

} else {
Expand Down

0 comments on commit 46e990a

Please sign in to comment.