[Rt-commit] r2680 - in rt/branches/PLATANO-EXPERIMENTAL: . lib/RT/Interface/Web

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 16 02:48:10 EDT 2005


Author: jesse
Date: Sat Apr 16 02:48:10 2005
New Revision: 2680

Modified:
   rt/branches/PLATANO-EXPERIMENTAL/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL/lib/RT/Interface/Web/Standalone.pm
Log:
 r13018 at hualien:  jesse | 2005-04-16 02:27:54 -0400
  r12960 at hualien:  jesse | 2005-04-15 17:42:55 -0400
   r12944 at hualien:  jesse | 2005-04-15 15:28:01 -0400
   * Fixed Module::Refresh handling for standalone_httpd
  
 


Modified: rt/branches/PLATANO-EXPERIMENTAL/lib/RT/Interface/Web/Standalone.pm
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/lib/RT/Interface/Web/Standalone.pm	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/lib/RT/Interface/Web/Standalone.pm	Sat Apr 16 02:48:10 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