[Rt-commit] r2629 - in rt/branches/3.4-RELEASE: . lib/RT/Interface/Web

jesse at bestpractical.com jesse at bestpractical.com
Fri Apr 15 15:29:18 EDT 2005


Author: jesse
Date: Fri Apr 15 15:29:18 2005
New Revision: 2629

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
Log:
 r12944 at hualien:  jesse | 2005-04-15 15:28:01 -0400
 * Fixed Module::Refresh handling for standalone_httpd


Modified: rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm	Fri Apr 15 15:29:18 2005
@@ -44,6 +44,9 @@
 
     my $self = shift;
     my $cgi = shift;
+
+    Module::Refresh->refresh if $RT::DevelMode;
+
     $self->SUPER::handle_request($cgi);
     $RT::Logger->crit($@) if ($@);
 


More information about the Rt-commit mailing list