mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed custom graph
Former-commit-id: a04d267f990d4628e8b0fc263066c44c3dc4febb
This commit is contained in:
parent
328013140c
commit
f6858e2681
@ -238,7 +238,7 @@ function grafico_modulo_sparse_data(
|
||||
}
|
||||
}
|
||||
|
||||
if($array_data === false || !isset($array_data['sum1']['data'][0][1])){
|
||||
if ($array_data === false || (!$params['graph_combined'] && !isset($array_data['sum1']['data'][0][1]))) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user