Skip to content

Commit

Permalink
Merge branch 'MDL-42812-r1' of git://github.com/abgreeve/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Nov 12, 2013
2 parents 3ebaeb1 + f3fbb61 commit c31fc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/report/attemptsreport_table.php
Expand Up @@ -123,7 +123,7 @@ public function col_picture($attempt) {
$user = new stdClass();
$additionalfields = explode(',', user_picture::fields());
$user = username_load_fields_from_object($user, $attempt, null, $additionalfields);
$user->id = $attempt->userid
$user->id = $attempt->userid;
return $OUTPUT->user_picture($user);
}

Expand Down

0 comments on commit c31fc5a

Please sign in to comment.