Skip to content

Commit

Permalink
changed code to use match_secure option for enhanced readability
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbailey committed Oct 18, 2009
1 parent b4b6f8b commit 50f5a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Vend/Interpolate.pm
Expand Up @@ -3173,8 +3173,8 @@ sub more_link_template {
my ($anchor, $arg, $form_arg) = @_;

my $url = tag_area("scan/MM=$arg", undef, {
form => $form_arg,
secure => $CGI::secure,
form => $form_arg,
match_secure => 1;
});

my $lt = $link_template;
Expand Down

0 comments on commit 50f5a4f

Please sign in to comment.