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
857d9e2e11
commit
bbb41ddff5
@ -1197,7 +1197,7 @@ foreach ($result as $row) {
|
||||
|
||||
$data[7] = "";
|
||||
|
||||
if ($row['history_data'] == 1 && check_acl($config['id_user'], $row['id_group'], "RR") {
|
||||
if ($row['history_data'] == 1 && check_acl($config['id_user'], $row['id_group'], "RR")) {
|
||||
|
||||
$graph_type = return_graphtype ($row["module_type"]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user