mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
#11818 Fixed link
This commit is contained in:
parent
9bdaed3cd0
commit
d253dd1fbd
@ -1590,6 +1590,8 @@ class NetworkMap
|
||||
{
|
||||
global $config;
|
||||
|
||||
include_once 'include/functions_os.php';
|
||||
|
||||
$return = [];
|
||||
$count_item_holding_area = 0;
|
||||
foreach ($nodes as $node) {
|
||||
|
@ -4466,7 +4466,7 @@ function networkmap_get_new_nodes_and_links($networkmap, $x, $y)
|
||||
'id_child' => $child_node,
|
||||
'id_parent_source_data' => $parent,
|
||||
'id_child_source_data' => $node['source_data'],
|
||||
'parent_type' => 0,
|
||||
'parent_type' => 2,
|
||||
'child_type' => 0,
|
||||
]
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user