diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index 1fbcde3ad4..a7e6523c7e 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -301,7 +301,7 @@ $tag_without = json_decode($tag_without_json_clean, true); if (empty($tag_without)) $tag_without = array(); $tag_without = array_diff($tag_without, array(0 => 0)); -$search = io_safe_output(get_parameter ("search")); +$search = get_parameter ("search"); users_get_groups ($config["id_user"], "ER");