mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed the agents retrieving on the metaconsole
This commit is contained in:
parent
b99cef8c1a
commit
9395e98452
@ -1506,7 +1506,7 @@ class Tree {
|
||||
if (metaconsole_connect($server) != NOERR)
|
||||
continue;
|
||||
|
||||
$agents += $this->tree = $this->getAgents($tag_id, $this->type);
|
||||
$agents += $this->tree = $this->getAgents($tag_id, $this->type, $server_id);
|
||||
|
||||
metaconsole_restore_db();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user