[Jifty-commit] jifty branch, master, updated. 5dd4794cbb3ac81332145cd60e5624cc3ca2a8cd

Jifty commits jifty-commit at lists.jifty.org
Thu Apr 22 00:53:33 EDT 2010


The branch, master has been updated
       via  5dd4794cbb3ac81332145cd60e5624cc3ca2a8cd (commit)
      from  52fdca1e2874a99f02f13df71936b52fdc104feb (commit)

Summary of changes:
 .../Password/Action/ResetLostPassword.pm           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 5dd4794cbb3ac81332145cd60e5624cc3ca2a8cd
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Apr 22 00:53:32 2010 -0400

    Missing semicolon

diff --git a/lib/Jifty/Plugin/Authentication/Password/Action/ResetLostPassword.pm b/lib/Jifty/Plugin/Authentication/Password/Action/ResetLostPassword.pm
index f3000aa..ac85656 100755
--- a/lib/Jifty/Plugin/Authentication/Password/Action/ResetLostPassword.pm
+++ b/lib/Jifty/Plugin/Authentication/Password/Action/ResetLostPassword.pm
@@ -78,7 +78,7 @@ sub take_action {
     $u->set_email_confirmed('1');
     # Log in!
     $self->result->message(_("Your password has been reset.  Welcome back."));
-    my $CurrentUser   = Jifty->app_class('CurrentUser')
+    my $CurrentUser   = Jifty->app_class('CurrentUser');
     Jifty->web->current_user( $CurrentUser->new( id => $u->id ) );
     return 1;
 

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list