diff --git a/pandora_console/godmode/reporting/graph_builder.graph_editor.php b/pandora_console/godmode/reporting/graph_builder.graph_editor.php index 0256c28f92..85000cfdb8 100644 --- a/pandora_console/godmode/reporting/graph_builder.graph_editor.php +++ b/pandora_console/godmode/reporting/graph_builder.graph_editor.php @@ -464,7 +464,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;