projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a14ffc
)
Use Horde::endBuffer() here since we might not have an ob to flush.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 9 Aug 2010 21:00:06 +0000
(17:00 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 9 Aug 2010 21:00:06 +0000
(17:00 -0400)
kronolith/lib/Kronolith.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Kronolith.php
b/kronolith/lib/Kronolith.php
index
4505792
..
96fbff7
100644
(file)
--- 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();
}