From 289e8a3902fdee02d82f62b98b809dfa5348f591 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Tue, 22 Jun 2021 17:05:45 +0200 Subject: [PATCH] #7668 fixed tags --- pandora_console/include/lib/Dashboard/Widgets/events_list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/lib/Dashboard/Widgets/events_list.php b/pandora_console/include/lib/Dashboard/Widgets/events_list.php index 5f5f732128..e457df69bf 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/events_list.php +++ b/pandora_console/include/lib/Dashboard/Widgets/events_list.php @@ -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'])) {