mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Error fixes
This commit is contained in:
parent
b5371e3d7c
commit
059afa931c
@ -1894,7 +1894,7 @@ class Tree {
|
||||
$resultItem['rootID'][$item2['server_id']] = $item2['rootID'];
|
||||
|
||||
// Add the matched counters
|
||||
if (isset($item2['counters']) && !empty($item2['counters']) {
|
||||
if (isset($item2['counters']) && !empty($item2['counters'])) {
|
||||
foreach ($item2['counters'] as $type => $value) {
|
||||
if (isset($resultItem['counters'][$type]))
|
||||
$resultItem['counters'][$type] += $value;
|
||||
|
Loading…
x
Reference in New Issue
Block a user