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:
parent
1fba1c688e
commit
af45eaa09a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user