From 58f8ca39b2dc48cb2c48e5e0bc686bddc18d32fe Mon Sep 17 00:00:00 2001 From: Eloy Lafuente Date: Tue, 7 Sep 2010 08:21:48 +0000 Subject: [PATCH] MDL-24107 backup - add missing course->legacyfiles col. Thanks Tim Lock --- backup/moodle2/backup_stepslib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',