Added safe output to free search at loading event filter

This commit is contained in:
fermin831 2017-03-24 10:46:41 +01:00
parent bac8b24853
commit 531e3a1391
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ if (is_ajax()) {
$event_filter = events_get_event_filter($id_filter);
$event_filter['search'] = io_safe_output($event_filter['search']);
$event_filter['id_name'] = io_safe_output($event_filter['id_name']);
$event_filter['tag_with'] = base64_encode(io_safe_output($event_filter['tag_with']));
$event_filter['tag_without'] = base64_encode(io_safe_output($event_filter['tag_without']));