mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-47569 backup: Escape section summary for XML
This was causing the parsing of the XML to fail because things like & were not escaped.
This commit is contained in:
parent
6597413d41
commit
95dc1e42d5
@ -338,7 +338,7 @@ class cc2moodle {
|
||||
|
||||
$replace_values = array($i,
|
||||
$i - 1,
|
||||
$topic['title'],
|
||||
entities::safexml($topic['title']),
|
||||
$node_node_course_sections_section_mods_mod);
|
||||
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user