mirror of
https://github.com/moodle/moodle.git
synced 2025-04-04 07:52:48 +02:00
MDL-65032 mod_forum: Add locked column to the backup table.
This commit is contained in:
parent
c475fe410f
commit
0547bed1a5
@ -51,7 +51,7 @@ class backup_forum_activity_structure_step extends backup_activity_structure_ste
|
||||
$discussion = new backup_nested_element('discussion', array('id'), array(
|
||||
'name', 'firstpost', 'userid', 'groupid',
|
||||
'assessed', 'timemodified', 'usermodified', 'timestart',
|
||||
'timeend', 'pinned'));
|
||||
'timeend', 'pinned', 'timelocked'));
|
||||
|
||||
$posts = new backup_nested_element('posts');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user