mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed typo bug in the function 'visual_map_get_layout_status'
This commit is contained in:
parent
512bedda45
commit
8baceb483a
@ -1931,7 +1931,7 @@ function visual_map_get_layout_status ($id_layout = 0, $depth = 0) {
|
||||
foreach ($result as $data) {
|
||||
switch ($data['type']) {
|
||||
case GROUP_ITEM:
|
||||
if (($data["id_layout_linked"] == 0) {
|
||||
if ($data["id_layout_linked"] == 0) {
|
||||
$group_status = groups_get_status($data['id_group']);
|
||||
switch ($group_status) {
|
||||
case AGENT_STATUS_ALERT_FIRED:
|
||||
|
Loading…
x
Reference in New Issue
Block a user