mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
* Calendar: fixed not working filter "only group events", to not include events of members
This commit is contained in:
parent
fe2438cc53
commit
19172b4a64
@ -351,7 +351,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