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

This commit is contained in:
Víctor Déniz 2021-04-28 18:54:41 +01:00
commit 0ff631fabc

View File

@ -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)