mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
* CalDAV: deleting an already declined invitation returned 403 Forbidden, instead 204 No Content
This commit is contained in:
parent
fba3bda918
commit
edba919994
@ -1177,7 +1177,8 @@ class calendar_groupdav extends groupdav_handler
|
|||||||
{
|
{
|
||||||
if ($this->bo->user == $uid || in_array($uid, $memberships))
|
if ($this->bo->user == $uid || in_array($uid, $memberships))
|
||||||
{
|
{
|
||||||
if ($this->bo->set_status($event,$this->bo->user, 'R')) $ret = true;
|
$this->bo->set_status($event,$this->bo->user, 'R');
|
||||||
|
$ret = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user