Fix target list selection for iTip imports
This commit is contained in:
parent
fb6ccee2f7
commit
ab49aa88d5
1 changed files with 1 additions and 1 deletions
|
@ -1527,7 +1527,7 @@ class tasklist extends rcube_plugin
|
|||
$task = $this->from_ical($task);
|
||||
|
||||
// find writeable list to store the task
|
||||
$list_id = !empty($_REQUEST['_list']) ? rcube_utils::get_input_value('_list', rcube_utils::INPUT_POST) : null;
|
||||
$list_id = !empty($_REQUEST['_folder']) ? rcube_utils::get_input_value('_folder', rcube_utils::INPUT_POST) : null;
|
||||
$lists = $this->driver->get_lists();
|
||||
$list = $lists[$list_id] ?: $this->get_default_tasklist(true);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue