[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-1074-g8804d03
Alex Vandiver
alexmv at bestpractical.com
Mon Dec 27 20:39:25 EST 2010
The branch, 3.9-trunk has been updated
via 8804d03810a201bde96b24fbdd91d90e6b972bbd (commit)
from f0256a98c82d25edaf54e8c2b6441e1c2019ec49 (commit)
Summary of changes:
lib/RT/Interface/Web/Handler.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 8804d03810a201bde96b24fbdd91d90e6b972bbd
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Dec 27 20:34:22 2010 -0500
The move to PSGI removed the use of MasonParameters; add them back
diff --git a/lib/RT/Interface/Web/Handler.pm b/lib/RT/Interface/Web/Handler.pm
index c9b5e06..67fcb13 100644
--- a/lib/RT/Interface/Web/Handler.pm
+++ b/lib/RT/Interface/Web/Handler.pm
@@ -113,6 +113,7 @@ sub NewHandler {
$class->require or die $!;
my $handler = $class->new(
DefaultHandlerArgs(),
+ RT->Config->Get('MasonParameters'),
@_
);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list