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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Feb 10 04:26:00 EST 2006


Author: alexmv
Date: Fri Feb 10 04:25:59 2006
New Revision: 567

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

Log:
 r9032 at zoq-fot-pik:  chmrr | 2006-02-10 04:25:15 -0500
  * Missed a call to FakeApache->new


Modified: jifty/trunk/lib/Jifty/Web.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web.pm	(original)
+++ jifty/trunk/lib/Jifty/Web.pm	Fri Feb 10 04:25:59 2006
@@ -1082,7 +1082,7 @@
     $self->response->add_header("Content-Type" => 'text/xml; charset=utf-8');
 
     # Print a header and the content, and then bail
-    my $apache = HTML::Mason::FakeApache->new();
+    my $apache = HTML::Mason::FakeApache->new( cgi => Jifty->handler->cgi );
     $apache->send_http_header();
 
     # Wide characters at this point should be harmlessly treated as UTF-8 octets.


More information about the Jifty-commit mailing list