From: Michael J. Rubinsky Date: Mon, 9 Aug 2010 21:00:06 +0000 (-0400) Subject: Use Horde::endBuffer() here since we might not have an ob to flush. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bb0e1ede85e1ff5a9385efe1f3a6d7cca67a6bb4;p=horde.git Use Horde::endBuffer() here since we might not have an ob to flush. --- 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(); }