diff --git a/var/www/blueprints/correlation.py b/var/www/blueprints/correlation.py index 96ac28b9..bde820ad 100644 --- a/var/www/blueprints/correlation.py +++ b/var/www/blueprints/correlation.py @@ -111,7 +111,7 @@ def show_correlation(): max_nodes = sanitise_nb_max_nodes(request.args.get('max_nodes')) mode = sanitise_graph_mode(request.args.get('mode')) - related_btc = bool(request.args.get('expand_card', False)) + related_btc = bool(request.args.get('related_btc', False)) filter_types = ail_objects.sanitize_objs_types(request.args.get('filter', '').split(','))