mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix wrong classification in get_event_info() again
This commit is contained in:
parent
65c06844e5
commit
41f587d584
@ -1544,7 +1544,7 @@ class calendar_boupdate extends calendar_bo
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($filter != 'master' && $filter != 'exact' )
|
||||
if ($filter != 'master' && ($filter != 'exact' || empty($event['uid'])))
|
||||
{
|
||||
if (isset($event['whole_day']) && $event['whole_day'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user