From ae1f7a4814975b1f9a58639a92e77416d11805f8 Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Fri, 29 Jun 2018 14:35:49 +0200 Subject: [PATCH] fixed bug when ordering module list in custom graphs --- pandora_console/include/functions_graph.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index c02be7dcc0..0fd12990b9 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -1367,7 +1367,8 @@ function graphic_combined_module ( $sources = db_get_all_rows_field_filter( 'tgraph_source', 'id_graph', - $params_combined['id_graph'] + $params_combined['id_graph'], + 'field_order' ); $series = db_get_all_rows_sql(