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

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Mon Nov 8 23:58:09 EST 2004


Author: jesse
Date: Mon Nov  8 23:58:09 2004
New Revision: 1759

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
Log:
 r8951 at tinbook:  jesse | 2004-11-09T04:59:07.816904Z
 Fixed a comment about the static_source directive for mason. Thanks to matthewd
 


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	Mon Nov  8 23:58:09 2004
@@ -53,7 +53,7 @@
     default_escape_flags => 'h',
     data_dir             => "$RT::MasonDataDir",
     allow_globals        => [qw(%session)],
-    # Turn off static source if we're not in developer mode.
+    # Turn off static source if we're in developer mode.
     static_source        => ($RT::DevelMode ? '0' : '1'), 
     autoflush            => 0
 ) };


More information about the Rt-commit mailing list