mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-59528 user: Render user picture link with user's fullname
This commit is contained in:
parent
3b1eba069e
commit
c5d59db9a6
@ -206,7 +206,7 @@ class participants_table extends \table_sql {
|
||||
public function col_fullname($data) {
|
||||
global $OUTPUT;
|
||||
|
||||
return $OUTPUT->user_picture($data, array('size' => 35, 'courseid' => $this->course->id)) . ' ' . fullname($data);
|
||||
return $OUTPUT->user_picture($data, array('size' => 35, 'courseid' => $this->course->id, 'includefullname' => true));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user