mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-39135-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
ff76b6044b
1 changed files with 2 additions and 1 deletions
|
@ -396,7 +396,8 @@ class assign_feedback_file extends assign_feedback_plugin {
|
|||
has_capability('moodle/site:viewfullnames',
|
||||
$this->assignment->get_course_context()),
|
||||
$this->assignment->is_blind_marking(),
|
||||
$this->assignment->get_uniqueid_for_user($user->id));
|
||||
$this->assignment->get_uniqueid_for_user($user->id),
|
||||
get_extra_user_fields($this->assignment->get_context()));
|
||||
$usershtml .= $this->assignment->get_renderer()->render($usersummary);
|
||||
$usercount += 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue