mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01: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 false;
|
||||
return '403 Forbidden'; // happens when writing new entries in AB's without ADD rights
|
||||
}
|
||||
|
||||
if (!isset($contact['etag']))
|
||||
|
Loading…
Reference in New Issue
Block a user