Skip to content
Snippets Groups Projects
Commit 50462903 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Revert "Delay fetching of carddata and set ETag and size instead."

This reverts commit f5c329af.
parent b97eb3a4
No related branches found
No related tags found
No related merge requests found
......@@ -138,10 +138,8 @@ class OC_Connector_Sabre_CardDAV extends Sabre_CardDAV_Backend_Abstract {
foreach($data as $i){
$cards[] = array(
'id' => $i['id'],
//'carddata' => $i['carddata'],
'carddata' => $i['carddata'],
'uri' => $i['uri'],
'size' => strlen($i['carddata']),
'etag' => md5($i['carddata']),
'lastmodified' => $i['lastmodified'] );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment