From: Greg Sabino Mullane Date: Thu, 28 Aug 2008 14:18:13 +0000 (+0000) Subject: Once we reset, no need to keep looping. X-Git-Tag: 1.31.0-rc.0~45594 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=2f217035e27ccedac6b14fdda9fbc81fb022c1a5;p=lhc%2Fweb%2Fwiklou.git Once we reset, no need to keep looping. --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 9a4cd43373..49de9f1e5f 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1391,6 +1391,7 @@ function wfResetOutputBuffers( $resetGzipEncoding=true ) { // Reset the 'Content-Encoding' field set by this handler // so we can start fresh. header( 'Content-Encoding:', true ); + break; } } }