From d3016a2839e2cc472d12999e528ddd0fe6397619 Mon Sep 17 00:00:00 2001 From: Luis Calvo Date: Tue, 18 Jun 2019 14:04:38 +0200 Subject: [PATCH] Fixed sum/avg graph infinite loop --- pandora_console/include/functions_graph.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index cde59c52bb..bc4f83d24d 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -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--; } }