SCORM MDL-21024 missing field in restore. merged from HEAD
This commit is contained in:
@@ -121,6 +121,9 @@
|
||||
if ($scorm->height == 0) {
|
||||
$scorm->height = 500;
|
||||
}
|
||||
if (!empty($info['MOD']['#']['OPTIONS']['0']['#'])) {
|
||||
$scorm->options = backup_todb($info['MOD']['#']['OPTIONS']['0']['#']);
|
||||
}
|
||||
}
|
||||
$scorm->timemodified = time();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user