]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/CGI/Maypole.pm
killed rewrite_path()
[maypole.git] / lib / CGI / Maypole.pm
index 8d9508c78ae66e50200ce72dc1ac276ef590b67d..67cbf92f1c08e34325e1c767b5ffb845393632ff 100644 (file)
@@ -21,7 +21,6 @@ sub parse_location {
     my $loc = $self->{cgi}->url( -absolute => 1 );
     no warnings 'uninitialized';
     $self->{path} =~ s/^($loc)?\///;
-    $self->rewrite_path;
     $self->parse_path;
     $self->parse_args;
 }