Merge branch 'MDL-65779-master' of git://github.com/peterRd/moodle

This commit is contained in:
Andrew Nicols 2019-06-11 12:07:40 +08:00
commit 6b4a254d74

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