mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Merge branch 'MDL-65779-master' of git://github.com/peterRd/moodle
This commit is contained in:
commit
6b4a254d74
@ -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'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user