Skip to content

Commit

Permalink
MDL-24107 backup - add missing course->legacyfiles col. Thanks Tim Lock
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Sep 7, 2010
1 parent 8170809 commit 58f8ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backup/moodle2/backup_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ protected function define_structure() {
$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',
Expand Down

0 comments on commit 58f8ca3

Please sign in to comment.