Fix wrong classification in get_event_info() again

This commit is contained in:
Jörg Lehrke 2010-02-11 21:04:10 +00:00
parent 65c06844e5
commit 41f587d584

View File

@ -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'])
{