#11569 Fix arreay add
This commit is contained in:
parent
6f89b45ce3
commit
5ad527847f
|
@ -4253,8 +4253,10 @@ function reporting_group_report($report, $content)
|
|||
$data_node = reporting_groups_nodes($content);
|
||||
$count_events += $data_node['count_events'];
|
||||
foreach ($data_node['group_stats'] as $key => $value) {
|
||||
if (array_key_exists($key, $group_stats)) {
|
||||
$group_stats[$key] += $value;
|
||||
}
|
||||
}
|
||||
|
||||
if (is_metaconsole() === true) {
|
||||
metaconsole_restore_db();
|
||||
|
|
Loading…
Reference in New Issue