]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
Changed comment in call_exception()
[maypole.git] / lib / Maypole.pm
index 3077bfddc1e4466471667a1222f3f6a35160f406..ad3912592d6e2cc1a2cf7ca3bd26fae7bdc08d6a 100644 (file)
@@ -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);   
 }