[Jifty-commit] r3155 - in jifty/trunk: lib/Jifty/Plugin/Authentication/Password/Action

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Apr 19 12:22:54 EDT 2007


Author: jesse
Date: Thu Apr 19 12:22:54 2007
New Revision: 3155

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Login.pm

Log:
 r55756 at pinglin:  jesse | 2007-04-18 20:58:46 -0400
 Typo spotted by semifor


Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Login.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Login.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Login.pm	Thu Apr 19 12:22:54 2007
@@ -60,7 +60,7 @@
 
     my $u = Jifty->app_class('Model', 'User')->new(current_user => Jifty->app_class('CurrentUser')->superuser);
     $u->load_by_cols( email => $email );
-    return $self->validation_error(email => _("It doesn't look like there's an account by that name.") unless ($u->id);
+    return $self->validation_error(email => _("It doesn't look like there's an account by that name.")) unless ($u->id);
 
     return $self->validation_ok('email');
 }


More information about the Jifty-commit mailing list