MDL-47442 mod_assign: Notify student when quick-grading grade
This commit is contained in:
@@ -5386,7 +5386,7 @@ class assign {
|
||||
|
||||
// Allow teachers to skip sending notifications.
|
||||
if (optional_param('sendstudentnotifications', true, PARAM_BOOL)) {
|
||||
$this->notify_grade_modified($grade);
|
||||
$this->notify_grade_modified($grade, true);
|
||||
}
|
||||
|
||||
// Save outcomes.
|
||||
|
||||
Reference in New Issue
Block a user