We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39f3b7 commit af098adCopy full SHA for af098ad
mod/forum/backup/moodle2/backup_forum_stepslib.php
@@ -58,7 +58,7 @@ protected function define_structure() {
58
$post = new backup_nested_element('post', array('id'), array(
59
'parent', 'userid', 'created', 'modified',
60
'mailed', 'subject', 'message', 'messageformat',
61
- 'messagetrust', 'attachment', 'totalscore', 'mailnow'));
+ 'messagetrust', 'attachment', 'totalscore', 'mailnow', 'privatereplyto'));
62
63
$tags = new backup_nested_element('poststags');
64
$tag = new backup_nested_element('tag', array('id'), array('itemid', 'rawname'));
0 commit comments