Skip to content

Commit

Permalink
Pass through from [bounce] URL-generation options such as form, secur…
Browse files Browse the repository at this point in the history
…e, match_secure, etc.
  • Loading branch information
jonjensen committed Mar 25, 2017
1 parent 6dbab94 commit fdaad55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Vend/Parse.pm
Expand Up @@ -747,7 +747,7 @@ sub start {
#::logDebug("bouncing...options=" . ::uneval($attr));
return 1 if resolve_if_unless($attr);
if(! $attr->{href} and $attr->{page}) {
$attr->{href} = Vend::Interpolate::tag_area($attr->{page});
$attr->{href} = Vend::Interpolate::tag_area($attr->{page}, undef, $attr);
}

$attr->{href} = header_data_scrub($attr->{href});
Expand Down

0 comments on commit fdaad55

Please sign in to comment.