Skip to content

Commit

Permalink
fix: undefined variable warning (#6656)
Browse files Browse the repository at this point in the history
  • Loading branch information
dipietroR committed Apr 25, 2022
1 parent af74fbd commit 127e0c0
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 @@ -4952,7 +4952,7 @@ sub search_and_display_products($$$$$) {
push @{$template_data_ref->{sort_options}}, { value => "last_modified_t", link => $request_ref->{current_link} . "?sort_by=last_modified_t", name => lang("sort_by_last_modified_t") };

my $count;
my $page_count;
my $page_count = 0;

my $fields_ref;

Expand Down

0 comments on commit 127e0c0

Please sign in to comment.