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:
Mark Nielsen 2014-10-07 11:47:40 -07:00
parent 6597413d41
commit 95dc1e42d5

View File

@ -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 {