mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fixed not exported participants via CalDAV
This commit is contained in:
parent
b56fe24784
commit
77fb521ccd
@ -156,6 +156,7 @@ class calendar_so
|
|||||||
else // array with column => value pairs
|
else // array with column => value pairs
|
||||||
{
|
{
|
||||||
$where = $ids;
|
$where = $ids;
|
||||||
|
unset($ids); // otherwise users get not read!
|
||||||
}
|
}
|
||||||
if (isset($where['cal_id'])) // prevent non-unique column-name cal_id
|
if (isset($where['cal_id'])) // prevent non-unique column-name cal_id
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user