Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Dec 19, 2017
1 parent 99c5b5b commit 9db119c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ProductOpener/Tags.pm
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ sub build_tags_taxonomy($$) {

# print STDERR "Tags.pm - load_tags_hierarchy - lc: $lc - tagtype: $tagtype - compute all parents breadth first\n";

my %longest_parent = {};
my %longest_parent = ();

# foreach my $tagid (keys %{$direct_parents{$tagtype}}) {
foreach my $tagid (keys %{$translations_to{$tagtype}}) {
Expand Down

0 comments on commit 9db119c

Please sign in to comment.