Skip to content

Commit

Permalink
Merge branch 'MDL-39135-24' of git://github.com/damyon/moodle into MO…
Browse files Browse the repository at this point in the history
…ODLE_24_STABLE
  • Loading branch information
Sam Hemelryk committed Apr 19, 2013
2 parents d298661 + ea99087 commit aec4f1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mod/assign/feedback/file/locallib.php
Expand Up @@ -376,7 +376,8 @@ public function view_batch_upload_files($users) {
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())));
$usercount += 1;
}

Expand Down

0 comments on commit aec4f1e

Please sign in to comment.