MDL-71200 mod_folder: ensure "Download folder" option is backed up.

This commit is contained in:
Paul Holden
2021-04-22 10:29:04 +01:00
parent f63aed03b8
commit 45725c2408
@@ -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'));
'timemodified', 'display', 'showexpanded', 'showdownloadfolder'));
// Build the tree
// (nice mono-tree, lol)