From d9802fe65654f1d23a3fe566150db7bd4cc7ee2d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 4 Jun 2012 09:04:20 -0500 Subject: [PATCH] flush output buffer in error class. --- laravel/error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/error.php b/laravel/error.php index bfb2fcd7..729f632a 100644 --- a/laravel/error.php +++ b/laravel/error.php @@ -13,7 +13,7 @@ class Error { { static::log($exception); - //ob_get_level() and ob_end_clean(); + ob_get_level() and ob_end_clean(); // If detailed errors are enabled, we'll just format the exception into // a simple error message and display it on the screen. We don't use a