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

Jifty commits jifty-commit at lists.jifty.org
Fri Jan 23 14:13:06 EST 2009


Author: alexmv
Date: Fri Jan 23 14:13:01 2009
New Revision: 6260

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

Log:
 r41134 at kohr-ah:  chmrr | 2009-01-23 14:12:48 -0500
  * Fix lazy regions


Modified: jifty/trunk/lib/Jifty/Web/PageRegion.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/PageRegion.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/PageRegion.pm	Fri Jan 23 14:13:01 2009
@@ -321,6 +321,8 @@
                 $self->render_as_subrequest(\%arguments);
             }
             $buffer->append(qq|</div>|);
+            $self->exit;
+            return;
         }
     }
 


More information about the Jifty-commit mailing list