mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Merge branch 'MDL-71200' of git://github.com/paulholden/moodle
This commit is contained in:
commit
0ff631fabc
@ -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…
x
Reference in New Issue
Block a user