Merge branch '101-fallo-en-el-filtro-de-eventos-en-el-filtrado-de-cadena-pandora7' into 'develop'

Added safe output to free search at loading event filter

See merge request !298
This commit is contained in:
vgilc 2017-04-07 12:51:00 +02:00
commit af13e0f31d
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']));