[interchange] Pass through from [bounce] URL-generation options such as form, secure, match_secure, etc.
Jon Jensen <[email protected]> Tue, 28 Mar 2017 14:33:56 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit fdaad55ecf1bc4ada08a9492d8be4dafa0acddd8 Author: Jon Jensen <[email protected]> Date: Sat Mar 25 12:17:10 2017 -0600 Pass through from [bounce] URL-generation options such as form, secure, match_secure, etc. lib/Vend/Parse.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/lib/Vend/Parse.pm b/lib/Vend/Parse.pm index 1db6aaa..3a37469 100644 --- a/lib/Vend/Parse.pm +++ b/lib/Vend/Parse.pm @@ -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});