mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-13269 fixed regrading of activity raw grades; merged from MOODLE_19_STABLE
This commit is contained in:
parent
322a5f6301
commit
b45d83916f
3 changed files with 38 additions and 24 deletions
|
@ -407,7 +407,8 @@
|
|||
}
|
||||
|
||||
rebuild_course_cache($course->id);
|
||||
|
||||
grade_regrade_final_grades($course->id);
|
||||
|
||||
if (isset($fromform->submitbutton)) {
|
||||
redirect("$CFG->wwwroot/mod/$module->name/view.php?id=$fromform->coursemodule");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue