mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
hmm, now it should be final
This commit is contained in:
parent
ddc2098247
commit
fed7cdc9c4
@ -511,7 +511,7 @@ function grade_regrade_final_grades($courseid, $userid=null, $updated_item=null)
|
||||
if (count($errors) == 0) {
|
||||
if (empty($userid)) {
|
||||
// do the locktime locking of grades, but only when doing full regrading
|
||||
grade_grade::check_locktime_all($courseid, $gids);
|
||||
grade_grade::check_locktime_all($gids);
|
||||
}
|
||||
return true;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user