diff --git a/backup/moodle2/backup_stepslib.php b/backup/moodle2/backup_stepslib.php index c580e0754e5..17b2b3b0f26 100644 --- a/backup/moodle2/backup_stepslib.php +++ b/backup/moodle2/backup_stepslib.php @@ -262,8 +262,8 @@ class backup_course_structure_step extends backup_structure_step { $course = new backup_nested_element('course', array('id', 'contextid'), array( 'shortname', 'fullname', 'idnumber', 'summary', 'summaryformat', 'format', 'showgrades', - 'newsitems', 'startdate', - 'numsections', 'marker', 'maxbytes', 'showreports', + 'newsitems', 'startdate', 'numsections', + 'marker', 'maxbytes', 'legacyfiles', 'showreports', 'visible', 'hiddensections', 'groupmode', 'groupmodeforce', 'defaultgroupingid', 'lang', 'theme', 'timecreated', 'timemodified',