[Jifty-commit] r4849 - in jifty/trunk: lib/Jifty/Web/Form

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jan 14 13:50:13 EST 2008


Author: alexmv
Date: Mon Jan 14 13:50:12 2008
New Revision: 4849

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

Log:
 r26747 at zoq-fot-pik:  chmrr | 2008-01-14 13:48:44 -0500
  * Whoops, stupid copy/paste error.


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	Mon Jan 14 13:50:12 2008
@@ -211,7 +211,7 @@
 
                 # Add the action's moniker to the submit
                 push @submit_temp, $submit->{'action'}->moniker;
-                $self->register_action($submit);
+                $self->register_action($submit->{'action'});
             }
         }
 


More information about the Jifty-commit mailing list