From: Michael J. Rubinsky Date: Thu, 12 Aug 2010 00:59:51 +0000 (-0400) Subject: Use Horde::endBuffer() - there might not be an active buffer to flush. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=539c7c3aa19fb2720b1884bca4c5da12c17515cd;p=horde.git Use Horde::endBuffer() - there might not be an active buffer to flush. --- diff --git a/imp/lib/Dimp.php b/imp/lib/Dimp.php index 3772e4e7c..bbb92adbe 100644 --- a/imp/lib/Dimp.php +++ b/imp/lib/Dimp.php @@ -75,7 +75,7 @@ class IMP_Dimp // Send what we have currently output so the browser can start // loading CSS/JS. See: // http://developer.yahoo.com/performance/rules.html#flush - ob_flush(); + echo Horde::endBuffer(); flush(); }