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

Revert reversion of f5c329af :-P

parent 34ac2ea1
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,9 @@ 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'],
'size' => strlen($i['carddata']),
'etag' => md5($i['carddata']),
'uri' => $i['uri'],
'lastmodified' => $i['lastmodified'] );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment