[Jifty-commit] r679 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Mar 8 01:47:42 EST 2006


Author: jesse
Date: Wed Mar  8 01:47:41 2006
New Revision: 679

Modified:
   /   (props changed)
   jifty/trunk/lib/Jifty/Web/Form/Clickable.pm

Log:
 r25818 at truegrounds:  jesse | 2006-03-07 22:45:21 -0800
 * Clickable fixes from alex for including arguments in a clickable button


Modified: jifty/trunk/lib/Jifty/Web/Form/Clickable.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form/Clickable.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form/Clickable.pm	Wed Mar  8 01:47:41 2006
@@ -112,6 +112,7 @@
         continuation   => Jifty->web->request->continuation,
         submit         => [],
         preserve_state => 0,
+	parameters     => {},
         @_,
     );
 
@@ -146,7 +147,7 @@
     }
 
     $self->parameter( $_ => $args{parameters}{$_} )
-        for %{ $args{parameters} };
+        for keys %{ $args{parameters} };
 
     return $self;
 }


More information about the Jifty-commit mailing list