mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Possible fix for attachment helper
This commit is contained in:
parent
dfb595193a
commit
ee960d76c7
@ -80,7 +80,7 @@ class AttachmentHelper implements AttachmentHelperInterface
|
|||||||
if(Input::hasFile('attachments')) {
|
if(Input::hasFile('attachments')) {
|
||||||
$files = Input::file('attachments');
|
$files = Input::file('attachments');
|
||||||
}
|
}
|
||||||
} catch (Error $e) {
|
} catch (TypeError $e) {
|
||||||
// Log it, do nothing else.
|
// Log it, do nothing else.
|
||||||
Log::error($e->getMessage());
|
Log::error($e->getMessage());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user