Merge branch 'ent-4255-8206-Allowed-memory-size-exhausted-en-custom-graph' into 'develop'

fix bug: custom graphs not showing properly

See merge request artica/pandorafms!2524
This commit is contained in:
Alejandro Fraguas 2019-07-11 16:30:38 +02:00
commit f5a92b3157
1 changed files with 1 additions and 1 deletions

View File

@ -2235,7 +2235,6 @@ function combined_graph_summatory_average(
$data_array_pop[$key_reverse] = array_pop(
$data_array_reverse[$key_reverse]
);
$count_data_array_reverse--;
}
}
@ -2287,6 +2286,7 @@ function combined_graph_summatory_average(
}
$count++;
$count_data_array_reverse--;
}
if ($summatory && isset($array_sum_reverse)