Skip to content

Commit

Permalink
Fix an issue which gives gibberish output when gzip is enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
uzyn committed Feb 25, 2013
1 parent 804bd77 commit af29fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Error/ErrorHandler.php
Expand Up @@ -227,7 +227,7 @@ public static function handleFatalError($code, $description, $file, $line) {
}

if (ob_get_level()) {
ob_clean();
ob_end_clean();
}

if (Configure::read('debug')) {
Expand Down

0 comments on commit af29fc5

Please sign in to comment.