mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#11444 fixed bug in metacosole visual when added modules in differents node
This commit is contained in:
parent
9d5dc354b6
commit
1e0c62732a
@ -693,7 +693,9 @@ switch ($activeTab) {
|
|||||||
|
|
||||||
foreach ($modules_serial as $data_serialized) {
|
foreach ($modules_serial as $data_serialized) {
|
||||||
$data = explode('|', $data_serialized);
|
$data = explode('|', $data_serialized);
|
||||||
$id_modules[] = $data[0];
|
if ($id_server == $data[2]) {
|
||||||
|
$id_modules[] = $data[0];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user