mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-43610-m' of git://github.com/micaherne/moodle
This commit is contained in:
commit
49ca1e77b0
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue