[Jifty-commit] r1746 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Aug 3 15:25:49 EDT 2006


Author: zev
Date: Thu Aug  3 15:25:49 2006
New Revision: 1746

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

Log:
 r12255 at truegrounds:  zev | 2006-08-03 15:25:42 -0400
 * we already do this in the J:W:F:Clickable constructor


Modified: jifty/trunk/lib/Jifty/Web.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web.pm	(original)
+++ jifty/trunk/lib/Jifty/Web.pm	Thu Aug  3 15:25:49 2006
@@ -696,9 +696,6 @@
     if ( defined wantarray ) {
         return $clickable->generate;
     } else {
-        $clickable->state_variable( $_ => $self->{'state_variables'}{$_} )
-            for keys %{ $self->{'state_variables'} };
-
         my $request = Jifty->web->request->clone;
         my %clickable = $clickable->get_parameters;
         $request->argument($_ => $clickable{$_}) for keys %clickable;


More information about the Jifty-commit mailing list