From: David Baird Date: Mon, 3 Oct 2005 20:02:26 +0000 (+0000) Subject: Changed comment in call_exception() X-Git-Tag: 2.11~132 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=3cb5688a5b221bf3060590eb1f9713d77ce3aaaf Changed comment in call_exception() git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@386 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 3077bfd..ad39125 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -256,9 +256,8 @@ sub call_authenticate if $r->model_class and $r->model_class->can('authenticate'); - # passing $r is unnecessary and redundant, but there's probably - # a lot of code out there now using the 2nd instead of the 1st $r, - # so we may as well leave it + # if the driver ($r) and the request ($r) ever get separated out + # properly, then passing the request as an argument will make more sense return $r->authenticate($r); }