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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jun 23 16:55:29 EDT 2006


Author: alexmv
Date: Fri Jun 23 16:55:28 2006
New Revision: 1359

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

Log:
 r14293 at zoq-fot-pik:  chmrr | 2006-06-23 16:55:03 -0400
  * Arguments can be undef


Modified: jifty/trunk/lib/Jifty/Web.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web.pm	(original)
+++ jifty/trunk/lib/Jifty/Web.pm	Fri Jun 23 16:55:28 2006
@@ -574,7 +574,7 @@
             # Clear out filehandles, which don't go thorugh continuations well
             $new_action->arguments->{$_} = ''
               for grep {ref $new_action->arguments->{$_} eq "Fh"}
-                keys %{$new_action->arguments};
+                keys %{$new_action->arguments || {}};
         }
         $request->continuation($self->request->continuation);
         my $cont = Jifty::Continuation->new(


More information about the Jifty-commit mailing list