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

Contacts: Also strip parameters.

parent d98d72aa
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ if(!$value) {
debug('Adding parameter: '.$key);
foreach($parameter as $val) {
debug('Adding parameter: '.$key.'=>'.$val);
$vcard->children[$line]->add(new Sabre_VObject_Parameter($key, strtoupper($val)));
$vcard->children[$line]->add(new Sabre_VObject_Parameter($key, strtoupper(strip_tags($val))));
}
}
}
......
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