mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -79,8 +79,8 @@
|
|||
if ($status) {
|
||||
if (backup_userdata_selected($preferences,'scorm',$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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue