Merge branch 'MDL-43610-m' of git://github.com/micaherne/moodle
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user