This commit is contained in:
Daniel Maya 2021-06-22 17:05:45 +02:00
parent 17bae49b21
commit 289e8a3902
1 changed files with 2 additions and 2 deletions

View File

@ -529,11 +529,11 @@ class EventsListWidget extends Widget
if ($customFilter !== false) {
$filter = $customFilter;
$filter['tag_with'] = base64_encode(
json_encode($filter['tag_with'])
io_safe_output($filter['tag_with'])
);
$filter['tag_without'] = base64_encode(
json_encode($filter['tag_without'])
io_safe_output($filter['tag_without'])
);
if (!empty($filter['id_agent_module'])) {