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…
Reference in New Issue