[Rt-commit] [svn] r1304 - in RTx-Atom: . html/Atom/0.3
autrijus at pallas.eruditorum.org
autrijus at pallas.eruditorum.org
Tue Aug 3 22:13:57 EDT 2004
Author: autrijus
Date: Tue Aug 3 22:13:57 2004
New Revision: 1304
Modified:
RTx-Atom/ (props changed)
RTx-Atom/html/Atom/0.3/dhandler
Log:
r5995 at not: autrijus | 2004-07-12T20:50:28.462565Z
* MasonX::Apache2Handler doesn't have a header_out anymore.
Modified: RTx-Atom/html/Atom/0.3/dhandler
==============================================================================
--- RTx-Atom/html/Atom/0.3/dhandler (original)
+++ RTx-Atom/html/Atom/0.3/dhandler Tue Aug 3 22:13:57 2004
@@ -243,7 +243,7 @@
$path .= "!$user_method" if $user_method;
my $uri = URI->new("$BaseURI/$path");
$uri->query_form( $m->request_args );
- $r->header_out(Location => $uri->as_string);
+ $header_out->(Location => $uri->as_string);
return $m->comp('Elements/Error', Status => 301);
}
}
More information about the Rt-commit
mailing list