Skip to content

Commit

Permalink
fix: tests if variable defined before use
Browse files Browse the repository at this point in the history
  • Loading branch information
dipietroR committed May 4, 2022
1 parent 4dae229 commit 77b56b2
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 @@ -5408,7 +5408,7 @@ sub display_pagination($$$$) {
}
my $current_link_query = $request_ref->{current_link_query};

$log->info("current link: $current_link, current_link_query: $current_link_query") if $log->is_info();
$log->info("current link and current link query", { current_link => $current_link, current_link_query => $current_link_query }) if $log->is_info();

if (param("jqm")) {
$current_link_query .= "&jqm=1";
Expand Down

0 comments on commit 77b56b2

Please sign in to comment.