mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
Merge branch 'MDL-79635' of https://github.com/paulholden/moodle
This commit is contained in:
commit
298d136e98
@ -1371,7 +1371,8 @@ function groups_get_members_join($groupids, $useridcolumn, context $context = nu
|
||||
[$visibilitywhere, $visibilityparams] = \core_group\visibility::sql_member_visibility_where(
|
||||
$prefix . 'g2',
|
||||
$prefix . 'gm2',
|
||||
$ualias
|
||||
$ualias,
|
||||
$prefix . 'param_'
|
||||
);
|
||||
$where .= ' AND ' . $visibilitywhere;
|
||||
$param = array_merge($param, $visibilityparams);
|
||||
|
Loading…
x
Reference in New Issue
Block a user