mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 10:27:52 +02:00
returning "403 Forbidden" if addressbook_bo->save() fails, happens when writing new entries in ABs without ADD rights
This commit is contained in:
parent
e86f5fb663
commit
c67a61b692
@ -408,7 +408,7 @@ class addressbook_groupdav extends groupdav_handler
|
|||||||
{
|
{
|
||||||
return '412 Precondition Failed';
|
return '412 Precondition Failed';
|
||||||
}
|
}
|
||||||
return false;
|
return '403 Forbidden'; // happens when writing new entries in AB's without ADD rights
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($contact['etag']))
|
if (!isset($contact['etag']))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user