Removed unused param

This commit is contained in:
MatteoBiscosi 2023-02-07 11:06:15 +01:00
parent b76e639077
commit a511d1c83b

View file

@ -379,8 +379,7 @@ function hostinfo2detailsurl(host_info, href_params, href_check)
ntop.getHttpPrefix(),
hostinfo2url(host_info),
isEmptyString(url_params) and '' or '&',
url_params,
href_value)
url_params)
end
end