[Jifty-commit] r6118 - jifty/trunk/plugins/Authentication-Ldap/lib/Jifty/Plugin/Authentication

Jifty commits jifty-commit at lists.jifty.org
Mon Dec 15 15:06:42 EST 2008


Author: maxbaker
Date: Mon Dec 15 15:06:41 2008
New Revision: 6118

Modified:
   jifty/trunk/plugins/Authentication-Ldap/lib/Jifty/Plugin/Authentication/Ldap.pm

Log:
Plugin::Authentication::Ldap.pm - fix small typo in POD

Modified: jifty/trunk/plugins/Authentication-Ldap/lib/Jifty/Plugin/Authentication/Ldap.pm
==============================================================================
--- jifty/trunk/plugins/Authentication-Ldap/lib/Jifty/Plugin/Authentication/Ldap.pm	(original)
+++ jifty/trunk/plugins/Authentication-Ldap/lib/Jifty/Plugin/Authentication/Ldap.pm	Mon Dec 15 15:06:41 2008
@@ -60,7 +60,7 @@
     
     # all logged in users can read this table
     return 1
-        if ($type eq 'read' &&  && $self->current_user->id);
+        if ($type eq 'read' && $self->current_user->id);
     
     return $self->SUPER::current_user_can($type, @_);
   };


More information about the Jifty-commit mailing list