mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix PHP Error stalling import of exceptions without master (or private master not readable by importing user)
This commit is contained in:
parent
9974b35420
commit
dfd7f8bd46
@ -1675,7 +1675,7 @@ class calendar_ical extends calendar_boupdate
|
||||
unset($event['id']);
|
||||
unset($event_info['stored_event']);
|
||||
$event['recur_type'] = MCAL_RECUR_NONE;
|
||||
if (empty($event['recurrence']))
|
||||
if (empty($event['recurrence']) && $event_info['master_event'])
|
||||
{
|
||||
// find an existing exception slot
|
||||
$occurence = $exception = false;
|
||||
|
Loading…
Reference in New Issue
Block a user