Skip to content

Commit

Permalink
MDL-36184: Assignment quickgrading should only update lastmodified da…
Browse files Browse the repository at this point in the history
…tes for modified submissions
  • Loading branch information
Damyon Wiese committed Nov 21, 2012
1 parent d937f59 commit 11b2094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assign/locallib.php
Expand Up @@ -3468,7 +3468,7 @@ private function process_save_quick_grades() {
$modifiedusers = array(); $modifiedusers = array();
foreach ($currentgrades as $current) { foreach ($currentgrades as $current) {
$modified = $users[(int)$current->userid]; $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 // check to see if the outcomes were modified
if ($CFG->enableoutcomes) { if ($CFG->enableoutcomes) {
Expand Down

0 comments on commit 11b2094

Please sign in to comment.