mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 10:52:00 +02: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'])
|
if (isset($event['whole_day']) && $event['whole_day'])
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user