Merge branch 'MDL-43610-m' of git://github.com/micaherne/moodle

This commit is contained in:
Damyon Wiese 2014-01-14 11:57:09 +08:00
commit 49ca1e77b0

View file

@ -4413,6 +4413,7 @@ class assign {
$info = new stdClass();
if ($blindmarking) {
$userfrom = clone($userfrom);
$info->username = get_string('participant', 'assign') . ' ' . $uniqueidforuser;
$userfrom->firstname = get_string('participant', 'assign');
$userfrom->lastname = $uniqueidforuser;