]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/CGI/Maypole.pm
updated changelog, fixed mistake in CGI::Maypole
[maypole.git] / lib / CGI / Maypole.pm
index 5fd736d3e25681cd240c61d2d233252e46e0c613..dda15fcd7a52df6c8dabd3616b4bb22223d1e77a 100644 (file)
@@ -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 );