[Rt-commit] r2018 - in rt/branches/3.4-RELEASE: . bin
jesse at bestpractical.com
jesse at bestpractical.com
Mon Dec 20 18:53:18 EST 2004
Author: jesse
Date: Mon Dec 20 18:53:18 2004
New Revision: 2018
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/bin/mason_handler.fcgi.in
Log:
r2492 at hualien: jesse | 2004-12-20T23:49:03.808597Z
The FastCGI handler was missing a small bit of code to enable the devel mode "Module::Reload" feature.
Modified: rt/branches/3.4-RELEASE/bin/mason_handler.fcgi.in
==============================================================================
--- rt/branches/3.4-RELEASE/bin/mason_handler.fcgi.in (original)
+++ rt/branches/3.4-RELEASE/bin/mason_handler.fcgi.in Mon Dec 20 18:53:18 2004
@@ -65,6 +65,7 @@
$ENV{'ENV'} = '' if defined $ENV{'ENV'};
$ENV{'IFS'} = '' if defined $ENV{'IFS'};
+ Module::Refresh->refresh if $RT::DevelMode;
RT::ConnectToDatabase();
if ( ( !$Handler->interp->comp_exists( $cgi->path_info ) )
More information about the Rt-commit
mailing list