fix oversight

This commit is contained in:
flash 2017-04-07 17:26:52 +02:00
parent 9372598d64
commit b9babf3c89

View file

@ -44,7 +44,7 @@ class ExceptionHandler
self::report($ex, $report);
}
self::view($ex, $report);
self::view($ex, $report !== null);
}
/**