diff --git a/bin/lib/Correlate_object.py b/bin/lib/Correlate_object.py index 1138949a..cff288f0 100755 --- a/bin/lib/Correlate_object.py +++ b/bin/lib/Correlate_object.py @@ -226,7 +226,7 @@ def get_item_url(correlation_name, value, correlation_type=None): endpoint = 'objects_item.showItem' url = url_for(endpoint, id=value) elif correlation_name == 'paste': ### # TODO: remove me - endpoint = 'showsavedpastes.showsavedpaste' + endpoint = 'objects_item.showItem' url = url_for(endpoint, paste=value) return url