From ed77e042e1c9db317af3c2b4b799c3fc451e0b36 Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Thu, 20 Jul 2023 13:16:25 +0200 Subject: [PATCH] #11751 Fix node CSV --- pandora_console/include/functions_events.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index 3a6128e234..d03329964e 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -1762,9 +1762,11 @@ function events_get_all( } } + $string_metaconsole_connections = reset($metaconsole_connections); + $explode_metaconsole_connections = explode(',', $string_metaconsole_connections); $result_meta = Promise\wait( parallelMap( - $metaconsole_connections, + $explode_metaconsole_connections, function ($node_int) use ($sql, $history) { try { if (is_metaconsole() === true