We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changed line 1515 to } else if ( $handler === 'default output handler' || $handler === 'zlib output compression' ) {
fixed the issue... was getting a blank page due to ob_end_flush being called.
The text was updated successfully, but these errors were encountered:
+1 please fix! It's annoying to have to make this change manually every update and there's a pull request for this already
Sorry, something went wrong.
Fixed in PR #94
No branches or pull requests
changed line 1515 to
} else if ( $handler === 'default output handler' || $handler === 'zlib output compression' ) {
fixed the issue... was getting a blank page due to ob_end_flush being called.
The text was updated successfully, but these errors were encountered: