Skip to content

Commit

Permalink
fix: rename type to tagtype in taxonomy API (#5953)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Oct 8, 2021
1 parent 1e2342f commit d8cf36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ProductOpener/Display.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d8cf36a

Please sign in to comment.