[Rt-commit] r17916 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sun Jan 25 22:41:44 EST 2009


Author: sunnavy
Date: Sun Jan 25 22:41:43 2009
New Revision: 17916

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/lib/RT/Util.pm

Log:
 r19040 at sunnavys-mb:  sunnavy | 2009-01-26 11:31:04 +0800
 merged lib/RT/Util.pm


Modified: rt/3.999/branches/merge_to_3.8.2/lib/RT/Util.pm
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/lib/RT/Util.pm	(original)
+++ rt/3.999/branches/merge_to_3.8.2/lib/RT/Util.pm	Sun Jan 25 22:41:43 2009
@@ -56,7 +56,7 @@
 sub safe_run_child (&) {
     local @ENV{ 'LANG', 'LC_ALL' } = ( 'C', 'C' );
 
-    return shift->() if $ENV{'MOD_PERL'};
+    return shift->() if $ENV{'MOD_PERL'} || $CGI::SpeedyCGI::i_am_speedy;
 
     # We need to reopen stdout temporarily, because in FCGI
     # environment, stdout is tied to FCGI::Stream, and the child


More information about the Rt-commit mailing list