]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
This comment is untrue! We can't call authenticate without a model class.
[maypole.git] / lib / Maypole.pm
index e4b36bc8e2ebcf4af32672de145aa154ad457dd8..ace9776ae7d7800bccecc92423c241bb1f3a7f49 100644 (file)
@@ -76,7 +76,6 @@ sub handler_guts {
         $r->model_class->process($r);
     } else { 
         # Otherwise, it's just a plain template.
-        $r->call_authenticate; # No harm in it
         delete $r->{model_class};
         $r->{path} =~ s{/}{}; # De-absolutify
         $r->template($r->{path});