X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FApache%2FMVC.pm;h=5eb1e4d96240f34616bc69b9337c5f0517a7e5cf;hb=21e814818fb4a6e59e4615c2dd1320016a9dc6f8;hp=4fcd8dfde15de7eab8fac55ea4905ae219470ccb;hpb=6f3e2ec142b6dd83d7d4960cf15acd6ca8b73e1d;p=maypole.git diff --git a/lib/Apache/MVC.pm b/lib/Apache/MVC.pm index 4fcd8df..5eb1e4d 100644 --- a/lib/Apache/MVC.pm +++ b/lib/Apache/MVC.pm @@ -30,7 +30,6 @@ sub parse_location { my $loc = $self->{ar}->location; no warnings 'uninitialized'; $self->{path} =~ s/^($loc)?\///; - $self->rewrite_path; $self->parse_path; $self->parse_args; }