Correct installation, removes the error notice ob_flush(), refs #5565

skala
Julio Bonifacio 12 years ago
parent e835e5bcac
commit ec2d7296a3
  1. 2
      main/install/index.php

@ -746,7 +746,7 @@ if (@$_POST['step2']) {
// Push the web server to send these strings before we start the real
// installation process
flush();
ob_flush();
//ob_flush(); //#5565
if ($installType == 'update') {

Loading…
Cancel
Save