SCORM AICC MDL-21304 typo when referring to SCORM session var in AICC files - thanks to Matteo Scaramuccia for the report and fix. merged from HEAD
This commit is contained in:
+2
-2
@@ -36,8 +36,8 @@
|
||||
if (isset($SESSION->scorm_status)) {
|
||||
$status = $SESSION->scorm_status;
|
||||
}
|
||||
if (isset($SESSION->attempt)) {
|
||||
$attempt = $SESSION->attempt;
|
||||
if (isset($SESSION->scorm_attempt)) {
|
||||
$attempt = $SESSION->scorm_attempt;
|
||||
} else {
|
||||
$attempt = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user