Browse Source

silently flush output buffer on error.

Taylor Otwell 13 years ago
parent
commit
a88511428a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      laravel/error.php

+ 2 - 0
laravel/error.php

@@ -12,6 +12,8 @@ class Error {
 	{
 	{
 		static::log($exception);
 		static::log($exception);
 
 
+		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
 		// View in case the problem is in the View class.
 		// View in case the problem is in the View class.