From d8cf36ae46a457c4d438d95758704aee22c06448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Gigandet?= Date: Fri, 8 Oct 2021 16:56:42 +0200 Subject: [PATCH] fix: rename type to tagtype in taxonomy API (#5953) --- lib/ProductOpener/Display.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ProductOpener/Display.pm b/lib/ProductOpener/Display.pm index a1b0d1438f9c1..4946e89566e47 100644 --- a/lib/ProductOpener/Display.pm +++ b/lib/ProductOpener/Display.pm @@ -10056,7 +10056,7 @@ sub display_taxonomy_api($) { my $request_ref = shift; - my $tagtype = param('type'); + my $tagtype = param('tagtype'); my $tags = param('tags'); my @tags = split(/,/, $tags);