Skip to content

Commit af098ad

Browse files
author
Peter
committed
MDL-65779 mod_forum: Add privatereplies to the backup process
1 parent e39f3b7 commit af098ad

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)