Skip to content

Commit

Permalink
MDL-47442 mod_assign: Notify student when quick-grading grade
Browse files Browse the repository at this point in the history
  • Loading branch information
zbdd committed Dec 18, 2014
1 parent 0e61dba commit a68b8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assign/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -5386,7 +5386,7 @@ protected function process_save_quick_grades() {

// 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.
Expand Down

0 comments on commit a68b8d8

Please sign in to comment.