]> git.decadent.org.uk Git - maypole.git/commitdiff
This comment is untrue! We can't call authenticate without a model class.
authorSimon Cozens <simon@simon-cozens.org>
Sat, 19 Jun 2004 14:50:45 +0000 (14:50 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Sat, 19 Jun 2004 14:50:45 +0000 (14:50 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@149 48953598-375a-da11-a14b-00016c27c3ee

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});