mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:04 +01:00
* CalDAV/InfoLog: fix error when creating a task for a different user
This commit is contained in:
parent
6f63dddcf7
commit
d484dbd2ff
@ -542,7 +542,7 @@ class infolog_ical extends infolog_bo
|
||||
}
|
||||
|
||||
// setting owner or responsible for new tasks based on folder
|
||||
if (!is_null($user) && $_taskID == -1)
|
||||
if (!is_null($user) && $_taskID <= 0)
|
||||
{
|
||||
if ($this->check_access($taskData, Acl::ADD))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user