From 1a1b33acd4fd5b3132d23d84242092996c18040e Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Sat, 19 Jun 2004 14:50:45 +0000 Subject: [PATCH] This comment is untrue! We can't call authenticate without a model class. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@149 48953598-375a-da11-a14b-00016c27c3ee --- lib/Maypole.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Maypole.pm b/lib/Maypole.pm index e4b36bc..ace9776 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -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}); -- 2.39.2