Fixed typo bug in the function 'visual_map_get_layout_status'

This commit is contained in:
mdtrooper 2015-01-13 12:40:46 +01:00
parent b7a75ea501
commit a3210c6335
1 changed files with 1 additions and 1 deletions

View File

@ -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: