mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +01:00
* Calendar/ mail integration: Fix created event out of mail has no delete button available in participants list
This commit is contained in:
parent
e729fc39a5
commit
9afd1976a9
@ -3027,7 +3027,8 @@ class calendar_uiforms extends calendar_ui
|
|||||||
'to_id' => 0,
|
'to_id' => 0,
|
||||||
),
|
),
|
||||||
'start' => $mailContent['date'],
|
'start' => $mailContent['date'],
|
||||||
'duration' => 60 * $this->cal_prefs['interval']
|
'duration' => 60 * $this->cal_prefs['interval'],
|
||||||
|
'owner' => $GLOBALS['egw_info']['user']['account_id']
|
||||||
);
|
);
|
||||||
|
|
||||||
if (is_array($mailContent['attachments']))
|
if (is_array($mailContent['attachments']))
|
||||||
|
Loading…
Reference in New Issue
Block a user