mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
* Calendar: fixed not working filter "only group events", to not include events of members
This commit is contained in:
parent
4c70450cad
commit
5b02a58267
@ -344,7 +344,7 @@ class calendar_bo
|
||||
// for groups we have to include the members
|
||||
if ($GLOBALS['egw']->accounts->get_type($user) == 'g')
|
||||
{
|
||||
if ($params['filter'] == 'no-enum-groups') continue;
|
||||
if ($no_enum_groups) continue;
|
||||
|
||||
$members = $GLOBALS['egw']->accounts->member($user);
|
||||
if (is_array($members))
|
||||
|
Loading…
Reference in New Issue
Block a user