Merge branch 'MDL-71200-310' of git://github.com/paulholden/moodle into MOODLE_310_STABLE

This commit is contained in:
Víctor Déniz
2021-04-28 20:53:49 +01:00
@@ -38,7 +38,7 @@ class backup_folder_activity_structure_step extends backup_activity_structure_st
// Define each element separated
$folder = new backup_nested_element('folder', array('id'), array(
'name', 'intro', 'introformat', 'revision',
'timemodified', 'display', 'showexpanded', 'forcedownload'));
'timemodified', 'display', 'showexpanded', 'showdownloadfolder', 'forcedownload'));
// Build the tree
// (nice mono-tree, lol)