Some fixes in the enterprise holding area.

This commit is contained in:
mdtrooper 2016-05-17 13:14:40 +02:00
parent cdc14c2582
commit e6a84b2aff
1 changed files with 2 additions and 0 deletions

View File

@ -861,6 +861,8 @@ function networkmap_get_nodes_and_links($pandora_name, $group = 0,
SELECT module_a AS id_module
FROM tmodule_relationship
WHERE module_b = " . $id_module);
if (empty($relations))
$relations = array();
$id_module_type = modules_get_agentmodule_type($id_module);
$agent_id = modules_get_agentmodule_agent($id_module);