Merge branch '101-fallo-en-el-filtro-de-eventos-en-el-filtrado-de-cadena' into 'pandora_6.0'

Added safe output to free search at loading event filter

See merge request !297
This commit is contained in:
vgilc 2017-03-24 10:49:07 +01:00
commit 08db662eb6
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,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']));