Fix move command to Kolab backend
This commit is contained in:
parent
05a1cb527d
commit
44635a867d
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ class tasklist_kolab_driver extends tasklist_driver
|
|||
|
||||
// execute move command
|
||||
if ($task['_fromlist'] && ($fromfolder = $this->folders[$task['_fromlist']])) {
|
||||
return $fromfolder->move($task['uid'], $folder->name);
|
||||
return $fromfolder->move($task['id'], $folder->name);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue