[Rt-commit] r2079 - in rt/branches/PLATANO-EXPERIMENTAL: . bin
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jan 14 03:35:08 EST 2005
Author: jesse
Date: Fri Jan 14 03:35:08 2005
New Revision: 2079
Modified:
rt/branches/PLATANO-EXPERIMENTAL/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL/bin/mason_handler.fcgi.in
Log:
r2493 at hualien (orig r2018): jesse | 2004-12-20T23:53:18.179676Z
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/PLATANO-EXPERIMENTAL/bin/mason_handler.fcgi.in
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/bin/mason_handler.fcgi.in (original)
+++ rt/branches/PLATANO-EXPERIMENTAL/bin/mason_handler.fcgi.in Fri Jan 14 03:35:08 2005
@@ -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