mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 07:41:02 +01:00
Fixed backup problem for scorm module. Now, it includes needed files in moddata/scorm. even though the backup is done without user data and files
This commit is contained in:
parent
fccf96bdeb
commit
43edb6269a
@ -79,8 +79,8 @@
|
|||||||
if ($status) {
|
if ($status) {
|
||||||
if (backup_userdata_selected($preferences,'scorm',$scorm->id)) {
|
if (backup_userdata_selected($preferences,'scorm',$scorm->id)) {
|
||||||
$status = backup_scorm_scoes_track($bf,$preferences,$scorm->id);
|
$status = backup_scorm_scoes_track($bf,$preferences,$scorm->id);
|
||||||
$status = backup_scorm_files_instance($bf,$preferences,$scorm->id);
|
|
||||||
}
|
}
|
||||||
|
$status = backup_scorm_files_instance($bf,$preferences,$scorm->id);
|
||||||
|
|
||||||
}
|
}
|
||||||
//End mod
|
//End mod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user