Skip to content

Commit

Permalink
MDL-34520 gradebook: Missing droplow setting in gradebook backup
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitagarwal committed Nov 2, 2012
1 parent f47b2e4 commit 248eecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/moodle2/backup_stepslib.php
Expand Up @@ -857,7 +857,7 @@ protected function define_structure() {
$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');
Expand Down

0 comments on commit 248eecd

Please sign in to comment.