mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +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()) {
|
if (Utils::isNinja() && ! Utils::isTravis()) {
|
||||||
Utils::logError(Utils::getErrorString($e));
|
Utils::logError(Utils::getErrorString($e));
|
||||||
|
file_put_contents(storage(), $e->getTraceAsString(), FILE_APPEND);
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
return parent::report($e);
|
return parent::report($e);
|
||||||
|
Loading…
Reference in New Issue
Block a user