mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-17128 SCORM backuplib generates invalid XML - causes backup to fail. thanks to Mark Nielsen for patch.
This commit is contained in:
parent
05ed3df5e0
commit
54370d105b
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@
|
|||
$status =fwrite ($bf,end_tag('SEQ_RULECOND',5,true));
|
||||
}
|
||||
//Write end tag
|
||||
$status =fwrite ($bf,end_tag('SEQ_RULECOND',4,true));
|
||||
$status =fwrite ($bf,end_tag('SEQ_RULECONDS',4,true));
|
||||
}
|
||||
return $status;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue