This commit is contained in:
Sam Hemelryk
2012-11-27 11:05:40 +13:00
+2
View File
@@ -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;