mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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…
x
Reference in New Issue
Block a user