From 857d9e2e11a97968932a704b12591976fe591219 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Mon, 23 Mar 2015 21:02:06 +0100 Subject: [PATCH] Fixed a PHP syntax error --- 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 02b719369b..4db33dce1b 100644 --- a/pandora_console/include/class/Tree.class.php +++ b/pandora_console/include/class/Tree.class.php @@ -1311,7 +1311,7 @@ class Tree { $module["showGraphs"] = 0; // ACL - if (!empty($group_id) { + if (!empty($group_id)) { $module["showGraphs"] = (int) check_acl($config['id_user'], $group_id, "RR"); }