From bb0e1ede85e1ff5a9385efe1f3a6d7cca67a6bb4 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 9 Aug 2010 17:00:06 -0400 Subject: [PATCH] Use Horde::endBuffer() here since we might not have an ob to flush. --- kronolith/lib/Kronolith.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 4505792c7..96fbff7c8 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -97,7 +97,7 @@ class Kronolith // 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();// ob_flush(); flush(); } -- 2.11.0