MDL-24107 backup - add missing course->legacyfiles col. Thanks Tim Lock

This commit is contained in:
Eloy Lafuente
2010-09-07 08:21:48 +00:00
parent 8170809d52
commit 58f8ca39b2
+2 -2
View File
@@ -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',