Fixed a PHP syntax error

This commit is contained in:
Alejandro Gallardo Escobar 2015-03-23 21:05:18 +01:00
parent 857d9e2e11
commit bbb41ddff5
1 changed files with 1 additions and 1 deletions

View File

@ -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"]);