Use Horde::endBuffer() here since we might not have an ob to flush.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 9 Aug 2010 21:00:06 +0000 (17:00 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 9 Aug 2010 21:00:06 +0000 (17:00 -0400)
kronolith/lib/Kronolith.php

index 4505792..96fbff7 100644 (file)
@@ -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();
     }