[Jifty-commit] r635 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Feb 27 00:31:52 EST 2006


Author: jesse
Date: Mon Feb 27 00:31:52 2006
New Revision: 635

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

Log:
 r24769 at truegrounds:  jesse | 2006-02-27 00:29:49 -0500
 * Testing a fix for alex


Modified: jifty/trunk/lib/Jifty/Web.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web.pm	(original)
+++ jifty/trunk/lib/Jifty/Web.pm	Mon Feb 27 00:31:52 2006
@@ -674,7 +674,7 @@
     $apache->send_http_header();
 
     # Abort or last_rule out of here
-    $self->mason->abort if $self->mason;
+#    $self->mason->abort if $self->mason;
     Jifty::Dispatcher::last_rule();
 
 }


More information about the Jifty-commit mailing list