mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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…
x
Reference in New Issue
Block a user