mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Removed unnecesary io_safe_inpunt on from functions_api.php
Former-commit-id: 3120967c09d6629f0c1a1197d122a7e11788fbb7
This commit is contained in:
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];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user