mirror of
https://github.com/moodle/moodle.git
synced 2025-05-03 14:58:42 +02:00
MDL-65779 mod_forum: Add privatereplies to the backup process
This commit is contained in:
parent
29c395187f
commit
bbc722366a
@ -58,7 +58,7 @@ class backup_forum_activity_structure_step extends backup_activity_structure_ste
|
||||
$post = new backup_nested_element('post', array('id'), array(
|
||||
'parent', 'userid', 'created', 'modified',
|
||||
'mailed', 'subject', 'message', 'messageformat',
|
||||
'messagetrust', 'attachment', 'totalscore', 'mailnow'));
|
||||
'messagetrust', 'attachment', 'totalscore', 'mailnow', 'privatereplyto'));
|
||||
|
||||
$tags = new backup_nested_element('poststags');
|
||||
$tag = new backup_nested_element('tag', array('id'), array('itemid', 'rawname'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user