mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
Merge branch 'MDL-69214-39' of https://github.com/paulholden/moodle into MOODLE_39_STABLE
This commit is contained in:
commit
a869415180
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ class participants_search {
|
||||||
$forcedgroupjoin = groups_get_members_join($allowedgroupids, $forceduid, $this->context, $forcedjointype);
|
$forcedgroupjoin = groups_get_members_join($allowedgroupids, $forceduid, $this->context, $forcedjointype);
|
||||||
|
|
||||||
$forcedjoins[] = $forcedgroupjoin->joins;
|
$forcedjoins[] = $forcedgroupjoin->joins;
|
||||||
$forcedwhere .= "AND ({$forcedgroupjoin->wheres})";
|
$forcedwhere .= " AND ({$forcedgroupjoin->wheres})";
|
||||||
|
|
||||||
$params = array_merge($params, $forcedgroupjoin->params);
|
$params = array_merge($params, $forcedgroupjoin->params);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue