From 30d1e3ec237205328c8fa25dc3e15f56e43a6f18 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Wed, 20 Oct 2021 13:09:47 +0200 Subject: [PATCH] #7916 Fixed group name --- 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 5b24d9e166..fd96a29d53 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -13669,7 +13669,7 @@ function reporting_label_macro($item, $label) if (preg_match('/_agentgroup_/', $label)) { $label = str_replace( '_agentgroup_', - $item['agent_group'], + groups_get_name($item['agent_group']), $label ); }