From b9babf3c89d27280ed00328e4d229c088b41120c Mon Sep 17 00:00:00 2001 From: flashwave Date: Fri, 7 Apr 2017 17:26:52 +0200 Subject: [PATCH] fix oversight --- app/ExceptionHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ExceptionHandler.php b/app/ExceptionHandler.php index a9aa8a7..cd8ffce 100644 --- a/app/ExceptionHandler.php +++ b/app/ExceptionHandler.php @@ -44,7 +44,7 @@ class ExceptionHandler self::report($ex, $report); } - self::view($ex, $report); + self::view($ex, $report !== null); } /**