#12753 fixed vul command in ajax
This commit is contained in:
parent
5d5bfc654d
commit
538177c3e5
|
@ -3804,7 +3804,7 @@ function events_get_response_target(
|
||||||
}
|
}
|
||||||
|
|
||||||
$event = db_get_row('tevento', 'id_evento', $event_id);
|
$event = db_get_row('tevento', 'id_evento', $event_id);
|
||||||
$target = io_safe_output($event_response['target']);
|
$target = io_safe_output(db_get_value('target', 'tevent_response', 'id', $event_response['id']));
|
||||||
|
|
||||||
// Replace parameters response.
|
// Replace parameters response.
|
||||||
if (isset($response_parameters) === true
|
if (isset($response_parameters) === true
|
||||||
|
|
Loading…
Reference in New Issue