From 400cef90bf9c9fa2d86b3857a7ea7f999eb801de Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Fri, 29 Jan 2016 11:48:51 +0100 Subject: [PATCH] Fixed extra time in Tree View --- pandora_console/include/class/Tree.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/class/Tree.class.php b/pandora_console/include/class/Tree.class.php index a643a61183..04afae948f 100644 --- a/pandora_console/include/class/Tree.class.php +++ b/pandora_console/include/class/Tree.class.php @@ -1772,7 +1772,7 @@ class Tree { $agent['quietImageHTML'] = html_print_image("/images/dot_green.disabled.png", true, array("title" => __('Quiet'))); // Status - $agent['statusRaw'] = agents_get_status($agent['id']); + $agent['statusRaw'] = agents_get_status($agent['id'], !$this->strictACL); switch ($agent['statusRaw']) { case AGENT_STATUS_NORMAL: $agent['status'] = "ok";