Revert r69360 (adding ob_flush() to WebInstallerOutput::flush()). Per CR, this doesn...
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 1 Nov 2010 15:12:44 +0000 (15:12 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 1 Nov 2010 15:12:44 +0000 (15:12 +0000)
includes/installer/WebInstallerOutput.php

index da31412..a3677d2 100644 (file)
@@ -87,7 +87,6 @@ class WebInstallerOutput {
                }
                if ( !$this->redirectTarget && strlen( $this->contents ) ) {
                        echo $this->contents;
-                       ob_flush();
                        flush();
                        $this->contents = '';
                }