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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Apr 19 15:24:08 EDT 2007


Author: audreyt
Date: Thu Apr 19 15:24:05 2007
New Revision: 3158

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

Log:
* Revert the bogus r3147 as it kills Doxory example.  (reported by semifor++)

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Signup.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Signup.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Signup.pm	Thu Apr 19 15:24:05 2007
@@ -9,17 +9,9 @@
 
 package Jifty::Plugin::Authentication::Password::Action::Signup;
 our @ISA;
-
-=head2 new 
-
-Make this action an App::Action::CreateUser at runtime
-
-=cut
-
-sub new {
+{
     my $class = Jifty->app_class('Action', 'CreateUser');
-    push @ISA, $class unless grep {$_ eq $class } @ISA;
-    return shift->new(@_);
+    push @ISA, $class;
 }
 
 =head2 arguments


More information about the Jifty-commit mailing list