Skip to content

Commit

Permalink
MDL-48723 mod/forum: Fix cron task error on digest attachments.
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-umn committed Apr 8, 2015
1 parent 1d3fd63 commit 334bee5
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 334bee5

Please sign in to comment.