fixed bug when ordering module list in custom graphs

This commit is contained in:
alejandro-campos 2018-06-29 14:35:49 +02:00
parent d41df8335c
commit ae1f7a4814
1 changed files with 2 additions and 1 deletions

View File

@ -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(