MDL-65779 mod_forum: Add privatereplies to the backup process

This commit is contained in:
Peter 2019-05-30 11:32:26 +08:00 committed by peterRd
parent 29c395187f
commit bbc722366a

View File

@ -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'));