Revert "What does this flush() do? With it, DIMP whitescreens for me; without it...
authorChuck Hagenbuch <chuck@horde.org>
Sat, 15 Jan 2011 04:29:14 +0000 (23:29 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Sat, 15 Jan 2011 04:29:14 +0000 (23:29 -0500)
This reverts commit a8e51349c3fdc229031b6adc0d9427cddb74f58a.

imp/lib/Dimp.php

index e247760..e5e05f8 100644 (file)
@@ -81,6 +81,7 @@ class IMP_Dimp
         // loading CSS/JS. See:
         // http://developer.yahoo.com/performance/rules.html#flush
         echo Horde::endBuffer();
+        flush();
     }
 
     /**