diff --git a/mod/forum/post.php b/mod/forum/post.php index 4f79679b41b..ae1af721634 100644 --- a/mod/forum/post.php +++ b/mod/forum/post.php @@ -574,7 +574,7 @@ file_prepare_draft_area($draftitemid, $modcontext->id, 'mod_forum', 'attachment' if ($USER->id != $post->userid) { // Not the original author, so add a message to the end $data = new stdClass(); - $data->date = userdate($post->modified); + $data->date = userdate($post->created); if ($post->messageformat == FORMAT_HTML) { $data->name = ''. fullname($USER).'';