Skip to content

Commit

Permalink
Merge branch 'MDL-53811_master' of git://github.com/markn86/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Apr 25, 2016
2 parents ca6cbe3 + fcc9218 commit 55905d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ public function execute() {
} else {
$members = $assignment->get_submission_group_members($submission->groupid, true);

foreach ($members as $memberid) {
array_push($users, $memberid);
foreach ($members as $member) {
array_push($users, $member->id);
}
}

Expand Down

0 comments on commit 55905d6

Please sign in to comment.