Skip to content

Commit

Permalink
Merge branch 'MDL-48723_master_forum-plagiarism_errors' of git://gith…
Browse files Browse the repository at this point in the history
…ub.com/colin-umn/moodle
  • Loading branch information
David Monllao committed Apr 17, 2015
2 parents 8da277e + 334bee5 commit b312e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/forum/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -4094,8 +4094,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 b312e7f

Please sign in to comment.