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:
d937f59
)
MDL-36184: Assignment quickgrading should only update lastmodified dates for modified...
author
Damyon Wiese
<damyonw@moodle.com>
Wed, 21 Nov 2012 03:10:12 +0000
(11:10 +0800)
committer
Damyon Wiese
<damyonw@moodle.com>
Wed, 21 Nov 2012 03:10:12 +0000
(11:10 +0800)
mod/assign/locallib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/assign/locallib.php
b/mod/assign/locallib.php
index
99efb11
..
c9a78b6
100644
(file)
--- a/
mod/assign/locallib.php
+++ b/
mod/assign/locallib.php
@@
-3468,7
+3468,7
@@
class assign {
$modifiedusers = array();
foreach ($currentgrades as $current) {
$modified = $users[(int)$current->userid];
- $grade = $this->get_user_grade($userid, false);
+ $grade = $this->get_user_grade($
modified->
userid, false);
// check to see if the outcomes were modified
if ($CFG->enableoutcomes) {