Skip to content

Commit

Permalink
MDL-29564 Assignment: whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Oct 10, 2011
1 parent 1216ab3 commit c676af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assignment/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ function print_user_files($userid=0, $return=false) {
$button->set_format_by_file($file);
$output .= $button->to_html(PORTFOLIO_ADD_ICON_LINK);
}

if ($CFG->enableplagiarism) {
require_once($CFG->libdir.'/plagiarismlib.php');
$output .= plagiarism_get_links(array('userid'=>$userid, 'file'=>$file, 'cmid'=>$this->cm->id, 'course'=>$this->course, 'assignment'=>$this->assignment));
Expand Down

0 comments on commit c676af9

Please sign in to comment.