mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fix networkmap module key assignment
This commit is contained in:
parent
0d16bc3188
commit
ede4cedf62
@ -1341,6 +1341,9 @@ class NetworkMap
|
|||||||
&& $rel['child_type'] == NODE_MODULE
|
&& $rel['child_type'] == NODE_MODULE
|
||||||
) {
|
) {
|
||||||
// Module information available.
|
// Module information available.
|
||||||
|
$id_parent = $rel['id_parent_source_data'];
|
||||||
|
$id_child = $rel['id_child_source_data'];
|
||||||
|
|
||||||
$priority = 1;
|
$priority = 1;
|
||||||
$valid = 1;
|
$valid = 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user