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

Jifty commits jifty-commit at lists.jifty.org
Fri Feb 20 14:56:21 EST 2009


Author: alexmv
Date: Fri Feb 20 14:56:20 2009
New Revision: 6363

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

Log:
 r42363 at kohr-ah:  chmrr | 2009-02-20 14:55:17 -0500
  * Lazy regions slipped past the r6270 fix of ->enter and ->exit


Modified: jifty/trunk/lib/Jifty/Web/PageRegion.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/PageRegion.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/PageRegion.pm	Fri Feb 20 14:56:20 2009
@@ -335,7 +335,6 @@
                 $self->render_as_subrequest(\%arguments);
             }
             $buffer->append(qq|</div>|);
-            $self->exit;
             return;
         }
     }


More information about the Jifty-commit mailing list