Fixed sum/avg graph infinite loop

This commit is contained in:
Luis Calvo 2019-06-18 14:04:38 +02:00
parent f293aa2dc0
commit d3016a2839
1 changed files with 1 additions and 0 deletions

View File

@ -2235,6 +2235,7 @@ function combined_graph_summatory_average(
$data_array_pop[$key_reverse] = array_pop(
$data_array_reverse[$key_reverse]
);
$count_data_array_reverse--;
}
}