Skip to content

Commit 9a7a447

Browse files
committed
Merge branch 'MDL-65779-37' of git://github.com/peterRd/moodle into MOODLE_37_STABLE
2 parents 1bf28ec + af098ad commit 9a7a447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod/forum/backup/moodle2/backup_forum_stepslib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function define_structure() {
5858
$post = new backup_nested_element('post', array('id'), array(
5959
'parent', 'userid', 'created', 'modified',
6060
'mailed', 'subject', 'message', 'messageformat',
61-
'messagetrust', 'attachment', 'totalscore', 'mailnow'));
61+
'messagetrust', 'attachment', 'totalscore', 'mailnow', 'privatereplyto'));
6262

6363
$tags = new backup_nested_element('poststags');
6464
$tag = new backup_nested_element('tag', array('id'), array('itemid', 'rawname'));

0 commit comments

Comments
 (0)