Fixed a PHP syntax error
This commit is contained in:
parent
e3c1acfcf4
commit
857d9e2e11
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue