Skip to content

Commit

Permalink
Merge branch 'MDL-48723_28_forum-plagiarism_errors' of git://github.c…
Browse files Browse the repository at this point in the history
…om/colin-umn/moodle into MOODLE_28_STABLE
  • Loading branch information
David Monllao committed Apr 17, 2015
2 parents 4140295 + 08fe549 commit 52c475e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/forum/lib.php
Expand Up @@ -4095,8 +4095,8 @@ function forum_print_attachments($post, $cm, $type) {
$output .= plagiarism_get_links(array('userid' => $post->userid,
'file' => $file,
'cmid' => $cm->id,
'course' => $post->course,
'forum' => $post->forum));
'course' => $cm->course,
'forum' => $cm->instance));
$output .= '<br />';
}
}
Expand Down

0 comments on commit 52c475e

Please sign in to comment.