mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-71200 mod_folder: ensure "Download folder" option is backed up.
This commit is contained in:
parent
003dadc64d
commit
50fe1b9885
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue