mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
* CalDAV: fixed wrong http-status for delete in inbox
This commit is contained in:
parent
ac315dafe2
commit
4de197fd8a
@ -1475,6 +1475,11 @@ class groupdav extends HTTP_WebDAV_Server
|
|||||||
{
|
{
|
||||||
$user_prefix = '/'.$user;
|
$user_prefix = '/'.$user;
|
||||||
$user = $account_id;
|
$user = $account_id;
|
||||||
|
// /<currentuser>/inbox/
|
||||||
|
if ($user == $GLOBALS['egw_info']['user']['account_id'] && $app == 'inbox')
|
||||||
|
{
|
||||||
|
$app = 'calendar';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user