[Jifty-commit] r3086 - jifty/trunk/lib/Jifty/Plugin/Authentication/Password

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Apr 3 04:47:08 EDT 2007


Author: audreyt
Date: Tue Apr  3 04:47:07 2007
New Revision: 3086

Modified:
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm

Log:
* dedebugbug.

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm	Tue Apr  3 04:47:07 2007
@@ -96,7 +96,6 @@
 
     h2 { _('Send a link to reset your password') };
     outs( _(  "You lost your password. A link to reset it will be sent to the following email address:"));
-    outs($next);
     my $focused = 0;
     Jifty->web->form->start( call => $next );
         render_param( $action => $_, focus => $focused++ ? 0 : 1 ) for ( $action->argument_names );


More information about the Jifty-commit mailing list