Fix iTip status display after import (#4722)
This commit is contained in:
parent
c19bd98233
commit
fc4cf15b30
1 changed files with 1 additions and 0 deletions
|
@ -2749,6 +2749,7 @@ class calendar extends rcube_plugin
|
||||||
|
|
||||||
$metadata = array(
|
$metadata = array(
|
||||||
'uid' => $event['uid'],
|
'uid' => $event['uid'],
|
||||||
|
'_instance' => $event['_instance'],
|
||||||
'changed' => is_object($event['changed']) ? $event['changed']->format('U') : 0,
|
'changed' => is_object($event['changed']) ? $event['changed']->format('U') : 0,
|
||||||
'sequence' => intval($event['sequence']),
|
'sequence' => intval($event['sequence']),
|
||||||
'fallback' => strtoupper($status),
|
'fallback' => strtoupper($status),
|
||||||
|
|
Loading…
Add table
Reference in a new issue