[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-912-g26a1316
Shawn Moore
sartak at bestpractical.com
Thu Dec 16 18:57:33 EST 2010
The branch, 3.9-trunk has been updated
via 26a13168b6d75c49e8fdc507bedeaa227bdd8573 (commit)
from cba95851706c429d98568ef6cc1961ccc6fb0875 (commit)
Summary of changes:
lib/RT/Interface/Web.pm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 26a13168b6d75c49e8fdc507bedeaa227bdd8573
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Dec 16 18:55:00 2010 -0500
Use Module::Refresh->refresh if DevelMode
diff --git a/lib/RT/Interface/Web.pm b/lib/RT/Interface/Web.pm
index 5d12400..b7aa9f4 100755
--- a/lib/RT/Interface/Web.pm
+++ b/lib/RT/Interface/Web.pm
@@ -191,6 +191,8 @@ sub WebExternalAutoInfo {
sub HandleRequest {
my $ARGS = shift;
+ Module::Refresh->refresh if RT->Config->Get('DevelMode');
+
$HTML::Mason::Commands::r->content_type("text/html; charset=utf-8");
$HTML::Mason::Commands::m->{'rt_base_time'} = [ Time::HiRes::gettimeofday() ];
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list