Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kolab
roundcube-plugins
Commits
b0f12748
Commit
b0f12748
authored
Jul 06, 2015
by
Daniel Morlock
Browse files
Fix creating itip import via mail when falling back to the default calendar.
parent
01988618
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/calendar/calendar.php
View file @
b0f12748
...
...
@@ -2922,8 +2922,9 @@ class calendar extends rcube_plugin
if
(
!
$calendar
&&
!
$dontsave
)
$calendar
=
$this
->
get_default_calendar
(
true
,
$event
[
'sensitivity'
]
==
'confidential'
);
if
(
!
$driver
)
$driver
=
$this
->
get_driver_by_cal
(
$calendar
);
if
(
!
$driver
)
{
$driver
=
$this
->
get_driver_by_cal
(
$calendar
[
"id"
]);
}
$metadata
=
array
(
'uid'
=>
$event
[
'uid'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment