Fixed an error on the module group tree counters
This commit is contained in:
parent
13e27b07d4
commit
eb23864128
|
@ -585,8 +585,8 @@ class Tree {
|
|||
// Increase counters
|
||||
$actual_module_group_root['counters']['total']++;
|
||||
|
||||
if (isset($actual_module_group_root['counters'][$agent['status']]))
|
||||
$actual_module_group_root['counters'][$agent['status']]++;
|
||||
if (isset($actual_module_group_root['counters'][$actual_agent['status']]))
|
||||
$actual_module_group_root['counters'][$actual_agent['status']]++;
|
||||
}
|
||||
}
|
||||
// If there is an agent and a module group open and not saved
|
||||
|
|
Loading…
Reference in New Issue