mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
php8 incompatibility fixes
This commit is contained in:
parent
aa2b08f516
commit
412104300c
@ -359,6 +359,7 @@ function grafico_modulo_sparse_data(
|
||||
$count_data = 0;
|
||||
$data_last_acum = $array_data['sum1']['data'][0][1];
|
||||
|
||||
$array_data_only = [];
|
||||
while ($period_time_interval > 0) {
|
||||
foreach ($array_data['sum1']['data'] as $key => $value) {
|
||||
if ($value[0] >= $start_period
|
||||
|
Loading…
x
Reference in New Issue
Block a user