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

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 16 04:20:15 EDT 2005


Author: jesse
Date: Sat Apr 16 04:20:15 2005
New Revision: 2730

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Standalone.pm
Log:
 r13119 at hualien:  jesse | 2005-04-16 03:12:56 -0400
  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-CSS/lib/RT/Interface/Web/Standalone.pm
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Standalone.pm	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Standalone.pm	Sat Apr 16 04:20:15 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