From 539c7c3aa19fb2720b1884bca4c5da12c17515cd Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 11 Aug 2010 20:59:51 -0400 Subject: [PATCH] Use Horde::endBuffer() - there might not be an active buffer to flush. --- imp/lib/Dimp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.11.0