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

jesse at bestpractical.com jesse at bestpractical.com
Thu Mar 23 22:40:38 EST 2006


Author: jesse
Date: Thu Mar 23 22:40:37 2006
New Revision: 4814

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm

Log:
 r10436 at hualien:  jesse | 2006-03-23 22:40:25 -0500
 * It helps when there aren't typos


Modified: rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm	Thu Mar 23 22:40:37 2006
@@ -117,7 +117,7 @@
         # Clean up our umask to protect session files
         umask(0077);
 
-        if ($CGI::MOD_PERL and $CGI::MOD_PERL < 1.9908 )) {
+        if ($CGI::MOD_PERL and $CGI::MOD_PERL < 1.9908 ) {
 
             chown( Apache->server->uid, Apache->server->gid,
                 $RT::MasonSessionDir )


More information about the Rt-commit mailing list