diff --git a/pandora_console/godmode/reporting/graph_builder.graph_editor.php b/pandora_console/godmode/reporting/graph_builder.graph_editor.php index c4da379ebd..705e7a8fe4 100644 --- a/pandora_console/godmode/reporting/graph_builder.graph_editor.php +++ b/pandora_console/godmode/reporting/graph_builder.graph_editor.php @@ -349,7 +349,7 @@ function added_ids_sorted_items_to_hidden_input() { var ids = ''; var first = true; - $("input.selected_check:checked").each(function(i, val) { + $("input.custom_checkbox_input:checked").each(function(i, val) { if (!first) ids = ids + '|'; first = false;