[Jifty-commit] r2756 - in jifty/branches/template-declare: .
jifty-commit at lists.jifty.org
jifty-commit at lists.jifty.org
Tue Feb 6 00:27:18 EST 2007
Author: jesse
Date: Tue Feb 6 00:27:17 2007
New Revision: 2756
Modified:
jifty/branches/template-declare/ (props changed)
jifty/branches/template-declare/lib/Jifty/Web/PageRegion.pm
Log:
r21805 at hualien: jesse | 2007-02-06 18:26:01 +1300
* "It wasn't meant to be commented out"
Modified: jifty/branches/template-declare/lib/Jifty/Web/PageRegion.pm
==============================================================================
--- jifty/branches/template-declare/lib/Jifty/Web/PageRegion.pm (original)
+++ jifty/branches/template-declare/lib/Jifty/Web/PageRegion.pm Tue Feb 6 00:27:17 2007
@@ -277,7 +277,7 @@
my $orig_out = Jifty->handler->mason->interp->out_method || \&Jifty::View::Mason::Handler::out_method;
- # Jifty->handler->mason->interp->out_method($out_method);
+ Jifty->handler->mason->interp->out_method($out_method);
# Make a fake request and throw it at the dispatcher
my $subrequest = Jifty->web->request->clone;
More information about the Jifty-commit
mailing list