Browse Source

flush output buffer in error class.

Taylor Otwell 12 years ago
parent
commit
d9802fe656
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/error.php

+ 1 - 1
laravel/error.php

@@ -13,7 +13,7 @@ class Error {
 	{
 	{
 		static::log($exception);
 		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
 		// 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
 		// a simple error message and display it on the screen. We don't use a