mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
do NOT use xml CDATA for vCards to ensure correct replacement of control chars like VT
This commit is contained in:
parent
5b7281ed5c
commit
c4f23f899f
@ -252,7 +252,7 @@ class addressbook_groupdav extends Api\CalDAV\Handler
|
||||
{
|
||||
$content = $handler->getVCard($contact['id'],$this->charset,false);
|
||||
$props['getcontentlength'] = bytes($content);
|
||||
$props[] = Api\CalDAV::mkprop(Api\CalDAV::CARDDAV,'address-data',$content,true);
|
||||
$props[] = Api\CalDAV::mkprop(Api\CalDAV::CARDDAV, 'address-data', $content);
|
||||
}
|
||||
$files[] = $this->add_resource($path, $contact, $props);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user