Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16a68a2
)
MDL-55912 mod_assign: Set grader details to the correct user.
author
Adrian Greeve
<adrian@moodle.com>
Wed, 12 Jul 2017 01:36:13 +0000
(09:36 +0800)
committer
Adrian Greeve
<adrian@moodle.com>
Mon, 17 Jul 2017 01:21:39 +0000
(09:21 +0800)
mod/assign/locallib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/assign/locallib.php
b/mod/assign/locallib.php
index
cebdddc
..
5a16442
100644
(file)
--- a/
mod/assign/locallib.php
+++ b/
mod/assign/locallib.php
@@
-2329,7
+2329,7
@@
class assign {
$uniqueid = 0;
if ($submission->blindmarking && !$submission->revealidentities) {
if (empty($submission->recordid)) {
- $uniqueid = self::get_uniqueid_for_user_static($submission->assignment, $
us
er->id);
+ $uniqueid = self::get_uniqueid_for_user_static($submission->assignment, $
grad
er->id);
} else {
$uniqueid = $submission->recordid;
}