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:
Dan Marsden
2010-01-13 01:40:34 +00:00
parent 700c7eb088
commit d94b2ba2dc
+2 -2
View File
@@ -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;
}