MDL-34520 gradebook: Missing droplow setting in gradebook backup

This commit is contained in:
Ankit Agarwal
2012-11-02 14:24:33 +08:00
parent f47b2e4a24
commit 248eecdf15
+1 -1
View File
@@ -857,7 +857,7 @@ class backup_gradebook_structure_step extends backup_structure_step {
$grade_category = new backup_nested_element('grade_category', array('id'), array(
//'courseid',
'parent', 'depth', 'path', 'fullname', 'aggregation', 'keephigh',
'dropload', 'aggregateonlygraded', 'aggregateoutcomes', 'aggregatesubcats',
'droplow', 'aggregateonlygraded', 'aggregateoutcomes', 'aggregatesubcats',
'timecreated', 'timemodified', 'hidden'));
$letters = new backup_nested_element('grade_letters');