#12753 fixed vul command in ajax

This commit is contained in:
Daniel Cebrian 2024-01-23 17:08:06 +01:00
parent 5d5bfc654d
commit 538177c3e5
1 changed files with 1 additions and 1 deletions

View File

@ -3804,7 +3804,7 @@ function events_get_response_target(
}
$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.
if (isset($response_parameters) === true