Skip to content

Commit

Permalink
add reviewed attributes in backup stepslib
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaroWalter committed May 2, 2024
1 parent cb9311f commit 677b368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/moodle2/backup_moodleoverflow_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected function define_structure() {
$posts = new backup_nested_element('posts');
$post = new backup_nested_element('post', ['id'], [
'parent', 'userid', 'created', 'modified',
'message', 'messageformat', 'attachment', 'mailed', ]);
'message', 'messageformat', 'attachment', 'mailed', 'reviewed', 'timereviewed', ]);

$ratings = new backup_nested_element('ratings');
$rating = new backup_nested_element('rating', ['id'], [
Expand Down

0 comments on commit 677b368

Please sign in to comment.