Merge branch 'ent-4222-No-genera-custom-graphs-lines-average-summation' into 'develop'

Fixed sum/avg graph infinite loop

See merge request artica/pandorafms!2513
This commit is contained in:
Alejandro Fraguas 2019-06-18 16:58:33 +02:00
commit bb64524da9
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--;
}
}