Skip to content

Commit

Permalink
Merge branch 'MDL-69214' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 authored and sarjona committed Jul 16, 2020
2 parents 5a32562 + ca02422 commit a86f428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/classes/table/participants_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ protected function get_enrolled_sql(): array {
$forcedgroupjoin = groups_get_members_join($allowedgroupids, $forceduid, $this->context, $forcedjointype);

$forcedjoins[] = $forcedgroupjoin->joins;
$forcedwhere .= "AND ({$forcedgroupjoin->wheres})";
$forcedwhere .= " AND ({$forcedgroupjoin->wheres})";

$params = array_merge($params, $forcedgroupjoin->params);

Expand Down

0 comments on commit a86f428

Please sign in to comment.