* Addressbook/CardDAV: PUT returned empty ETag, proably causing unnecessary reloads of contacts

This commit is contained in:
Ralf Becker 2013-06-23 08:43:35 +00:00
parent 55d9f86b22
commit df2847f67d

View File

@ -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, ...