[Rt-commit] r15418 - in rt/branches/3.999-DANGEROUS: lib/RT/Interface
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Aug 25 05:00:19 EDT 2008
Author: sunnavy
Date: Mon Aug 25 05:00:18 2008
New Revision: 15418
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web.pm
Log:
r16037 at sunnavys-mb: sunnavy | 2008-08-25 16:54:06 +0800
feed /Elements/Error why arg, not Why
Modified: rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web.pm (original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web.pm Mon Aug 25 05:00:18 2008
@@ -298,7 +298,7 @@
$m->comp( $session{'ErrorDocument'}, Why => $why, %args );
$m->abort;
} else {
- $m->comp( "/Elements/Error", Why => $why, %args );
+ $m->comp( "/Elements/Error", why => $why, %args );
$m->abort;
}
}
More information about the Rt-commit
mailing list