From 24e73ce420757831abf8276090565d9b81339122 Mon Sep 17 00:00:00 2001 From: "alejandro.campos@artica.es" Date: Tue, 26 Oct 2021 12:57:01 +0200 Subject: [PATCH] fix count in module groups view --- pandora_console/extensions/module_groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/extensions/module_groups.php b/pandora_console/extensions/module_groups.php index 48568f3bd3..affcff93de 100644 --- a/pandora_console/extensions/module_groups.php +++ b/pandora_console/extensions/module_groups.php @@ -351,7 +351,7 @@ function mainModuleGroups() } $data[$i][$j] = "
"; - $data[$i][$j] .= ''; + $data[$i][$j] .= ""; $data[$i][$j] .= $array_data[$key][$k]['total_count']; $data[$i][$j] .= '
'; } else {