mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +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 = $account_id;
|
||||
// /<currentuser>/inbox/
|
||||
if ($user == $GLOBALS['egw_info']['user']['account_id'] && $app == 'inbox')
|
||||
{
|
||||
$app = 'calendar';
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user