Skip to content

Commit

Permalink
remove implicit flush since this kind of breaks guzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Mar 19, 2020
1 parent 50c2e03 commit 37c5d5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/midcom/exec/reindex_singlenode.php
Expand Up @@ -27,7 +27,6 @@


debug_add('Disabling script abort through client.'); debug_add('Disabling script abort through client.');
ignore_user_abort(true); ignore_user_abort(true);
ob_implicit_flush();
midcom::get()->disable_limits(); midcom::get()->disable_limits();


$loader = midcom::get()->componentloader; $loader = midcom::get()->componentloader;
Expand Down

0 comments on commit 37c5d5b

Please sign in to comment.