From 4419166825ddf377fd2596f307fad16cf8d0cda1 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Diaz Date: Thu, 13 Aug 2015 12:02:07 +0200 Subject: [PATCH] Fixed view errors in group view. #Ticket2517 --- pandora_console/operation/agentes/group_view.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pandora_console/operation/agentes/group_view.php b/pandora_console/operation/agentes/group_view.php index 74f614cb17..ffbcf83691 100644 --- a/pandora_console/operation/agentes/group_view.php +++ b/pandora_console/operation/agentes/group_view.php @@ -186,7 +186,7 @@ if (!empty($result_groups)) { echo ""; if (isset($data['_is_tag_'])) { $deep = ""; - $link = ""; + $link = ""; } else { $deep = groups_get_group_deep ($data['_id_']); $link = ""; @@ -226,7 +226,8 @@ if (!empty($result_groups)) { // Agents unknown echo ""; if (isset($data['_is_tag_'])) { - $link = ""; + $link = ""; } else { $link = ""; @@ -239,7 +240,8 @@ if (!empty($result_groups)) { // Agents not init echo ""; if (isset($data['_is_tag_'])) { - $link = ""; + $link = ""; } else { $link = "";