[Rt-commit] r18166 - in rt/3.999/branches/merge_to_3.8.2: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Feb 4 02:53:05 EST 2009
Author: sunnavy
Date: Wed Feb 4 02:53:04 2009
New Revision: 18166
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/lib/RT/Interface/Web.pm
Log:
r19498 at sunnavys-mb: sunnavy | 2009-02-04 13:59:45 +0800
tiny case fix for lib/RT/Interface/Web.pm
Modified: rt/3.999/branches/merge_to_3.8.2/lib/RT/Interface/Web.pm
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/lib/RT/Interface/Web.pm (original)
+++ rt/3.999/branches/merge_to_3.8.2/lib/RT/Interface/Web.pm Wed Feb 4 02:53:04 2009
@@ -360,7 +360,7 @@
&& $session{'ErrorDocumentType'} )
{
$r->content_type( $session{'ErrorDocumentType'} );
- $m->comp( $session{'ErrorDocument'}, Why => $why, %args );
+ $m->comp( $session{'ErrorDocument'}, why => $why, %args );
$m->abort;
} else {
$m->comp( "/Elements/Error", why => $why, %args );
More information about the Rt-commit
mailing list