Fixed the agents retrieving on the metaconsole
This commit is contained in:
parent
286ecd3a20
commit
32a4c53e4a
|
@ -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…
Reference in New Issue