mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-36829' of https://github.com/kastashov/moodle
This commit is contained in:
commit
fa8d78a485
1 changed files with 2 additions and 0 deletions
|
@ -4331,9 +4331,11 @@ class assign {
|
|||
foreach ($members as $member) {
|
||||
// User may exist in multple groups (which should put them in the default group).
|
||||
$this->apply_grade_to_user($formdata, $member->id);
|
||||
$this->process_outcomes($member->id, $formdata);
|
||||
}
|
||||
} else {
|
||||
$this->apply_grade_to_user($formdata, $userid);
|
||||
$this->process_outcomes($userid, $formdata);
|
||||
}
|
||||
} else {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue