[Rt-commit] [svn] r1778 - in rt/branches/3.3-TESTING: . lib/RT/Interface/Web

autrijus at pallas.eruditorum.org autrijus at pallas.eruditorum.org
Wed Nov 10 05:08:41 EST 2004


Author: autrijus
Date: Wed Nov 10 05:08:41 2004
New Revision: 1778

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
Log:
 r3566 at not:  autrijus | 2004-11-10T10:08:56.876914Z
 * Under developer mode, do not let Mason cache object files on var/.
 


Modified: rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
==============================================================================
--- rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm	(original)
+++ rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm	Wed Nov 10 05:08:41 2004
@@ -55,6 +55,7 @@
     allow_globals        => [qw(%session)],
     # Turn off static source if we're in developer mode.
     static_source        => ($RT::DevelMode ? '0' : '1'), 
+    use_object_files     => ($RT::DevelMode ? '0' : '1'), 
     autoflush            => 0
 ) };
 


More information about the Rt-commit mailing list