Skip to content

Commit

Permalink
Merge branch 'MDL-57639-30' of git://github.com/andrewnicols/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_30_STABLE
  • Loading branch information
danpoltawski committed Jan 24, 2017
2 parents 6852916 + 87f6a48 commit 024f0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -4390,7 +4390,7 @@ function forum_update_post($newpost, $mform, $unused = null) {
forum_add_attachment($post, $forum, $cm, $mform);

if (forum_tp_can_track_forums($forum) && forum_tp_is_tracked($forum)) {
forum_tp_mark_post_read($USER->id, $post, $post->forum);
forum_tp_mark_post_read($USER->id, $post, $forum->id);
}

// Let Moodle know that assessable content is uploaded (eg for plagiarism detection)
Expand Down

0 comments on commit 024f0b7

Please sign in to comment.