Skip to content

Commit

Permalink
use Peter's better version
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Bailey committed Oct 19, 2009
1 parent 50f5a4f commit fd12976
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/Vend/Interpolate.pm
Expand Up @@ -3172,9 +3172,10 @@ sub find_sort {
sub more_link_template {
my ($anchor, $arg, $form_arg) = @_;

my $url = tag_area("scan/MM=$arg", undef, {
form => $form_arg,
match_secure => 1;
my $url = tag_area( undef, undef, {
search => qq{MM=$arg},
form => $form_arg,
match_security => 1,
});

my $lt = $link_template;
Expand Down

0 comments on commit fd12976

Please sign in to comment.