Skip to content

Commit

Permalink
Merge branch 'MDL-57639-31' of git://github.com/andrewnicols/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_31_STABLE
  • Loading branch information
danpoltawski committed Jan 24, 2017
2 parents b638f51 + 087e52e commit 836747b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/lib.php
Expand Up @@ -4431,7 +4431,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 836747b

Please sign in to comment.