From 3e9f10feeb99a1d58a697c0c7ed7ece6f0678bbd Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Tue, 20 Jun 2023 13:21:38 +0200 Subject: [PATCH] #11600 fixed groped agent/modules in meta and node --- pandora_console/include/functions_reporting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 18b5b9eda6..79655c31cf 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -3470,7 +3470,7 @@ function reporting_agent_module_status($report, $content) $agents = json_decode( io_safe_output( - base64_decode($external_source['id_agents']) + base64_decode($external_source['id_agent']) ), true );