mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 22:08:45 +01:00
* Calendar: fixed not working filter "only group events", to not include events of members
This commit is contained in:
parent
f8c74b2725
commit
183a326cb0
@ -351,7 +351,7 @@ class calendar_bo
|
|||||||
// for groups we have to include the members
|
// for groups we have to include the members
|
||||||
if ($GLOBALS['egw']->accounts->get_type($user) == 'g')
|
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);
|
$members = $GLOBALS['egw']->accounts->member($user);
|
||||||
if (is_array($members))
|
if (is_array($members))
|
||||||
|
Loading…
Reference in New Issue
Block a user