mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Grade item: MDL-21161 timemodified never gets set on calculated gradebook columns
This commit is contained in:
parent
f12c95734a
commit
e785b784f1
@ -1815,6 +1815,7 @@ class grade_item extends grade_object {
|
||||
|
||||
// update in db if changed
|
||||
if (grade_floats_different($grade->finalgrade, $oldfinalgrade)) {
|
||||
$grade->timemodified = time();
|
||||
$grade->update('compute');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user