From ac7eb8f3a1780223d5376e623ab90af3c8f83f04 Mon Sep 17 00:00:00 2001 From: Aaron Trevena Date: Mon, 11 Jun 2007 14:12:46 +0000 Subject: [PATCH] updated changelog, fixed mistake in CGI::Maypole git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@569 48953598-375a-da11-a14b-00016c27c3ee --- Changes | 1 + lib/CGI/Maypole.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 71e5006..3addc38 100644 --- a/Changes +++ b/Changes @@ -28,6 +28,7 @@ For information about current developments and future releases, see: changed template path to only look for custom, factory, etc on first/only path provided fix to redirect_request Fixed typo in _do_update_or_create (bug 26495) + added new hook - preprocess_location 2.111 Mon 30 April 2007 - forked - see 2.111 changelog diff --git a/lib/CGI/Maypole.pm b/lib/CGI/Maypole.pm index 5fd736d..dda15fc 100644 --- a/lib/CGI/Maypole.pm +++ b/lib/CGI/Maypole.pm @@ -92,7 +92,7 @@ sub parse_location $r->headers_in->set($field_name => $cgi->http($http_header)); } - $self->preprocess_location(); + $r->preprocess_location(); my $path = $cgi->url( -absolute => 1, -path_info => 1 ); my $loc = $cgi->url( -absolute => 1 ); -- 2.39.2