mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-07-05 17:11:10 +02:00
Fix wrong classification in get_event_info() again
This commit is contained in:
@ -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'])
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user