forked from extern/egroupware
* Addressbook/CardDAV: PUT returned empty ETag, proably causing unnecessary reloads of contacts
This commit is contained in:
parent
55d9f86b22
commit
df2847f67d
@ -626,7 +626,7 @@ class addressbook_groupdav extends groupdav_handler
|
||||
|
||||
if (!isset($contact['etag']))
|
||||
{
|
||||
$contact = $this->read($save_ok,$options['path']);
|
||||
$contact = $this->bo->read($save_ok);
|
||||
}
|
||||
|
||||
// send evtl. necessary respose headers: Location, etag, ...
|
||||
|
Loading…
Reference in New Issue
Block a user