mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
MDL-14035 fixed user images on user report; merged from MOODLE_19_STABLE
This commit is contained in:
parent
c87c428e05
commit
013578c1f6
@ -707,7 +707,7 @@ class grade_report_grader extends grade_report {
|
||||
// Student name and link
|
||||
$user_pic = null;
|
||||
if ($showuserimage) {
|
||||
$user_pic = '<div class="userpic">' . print_user_picture($user, $this->courseid, true, 0, true) . '</div>';
|
||||
$user_pic = '<div class="userpic">' . print_user_picture($user, $this->courseid, null, 0, true) . '</div>';
|
||||
}
|
||||
|
||||
$studentshtml .= '<tr class="r'.$this->rowcount++ . $row_classes[$this->rowcount % 2] . '">'
|
||||
|
Loading…
x
Reference in New Issue
Block a user