1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 12:42:36 +01:00

pdf file wrong filename #1509

This commit is contained in:
Hillel Coren 2017-06-05 17:40:49 +03:00
parent 1fba1c688e
commit af45eaa09a

View File

@ -65,7 +65,7 @@ class Handler extends ExceptionHandler
if (Utils::isNinja() && ! Utils::isTravis()) {
Utils::logError(Utils::getErrorString($e));
file_put_contents(storage(), $e->getTraceAsString(), FILE_APPEND);
return false;
} else {
return parent::report($e);