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

Remove my FIXME comments when I've fixed it :-P

parent d3e6ea6a
Branches
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ $checksum = isset($_POST['checksum'])?$_POST['checksum']:null;
// }
// }
if(is_array($value)){ // FIXME: How to strip_tags for compound values?
if(is_array($value)){
$value = array_map('strip_tags', $value);
ksort($value); // NOTE: Important, otherwise the compound value will be set in the order the fields appear in the form!
$value = OC_VObject::escapeSemicolons($value);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment