Removed unnecesary io_safe_inpunt on from functions_api.php

Former-commit-id: 3120967c09d6629f0c1a1197d122a7e11788fbb7
This commit is contained in:
Luis Calvo 2019-03-12 15:12:43 +01:00
parent 60337b0da7
commit 45b0392d8d

@ -11620,7 +11620,7 @@ function api_set_add_event_comment($id, $thrash2, $other, $thrash3)
returnError('error_parameter', 'Error in the parameters.');
return;
} else if ($other['type'] == 'array') {
$comment = io_safe_input($other['data'][0]);
$comment = $other['data'][0];
$meta = $other['data'][1];
$history = $other['data'][2];