mirror of
https://github.com/wekan/wekan.git
synced 2026-02-06 00:21:48 +01:00
Fixed Non-ASCII attachment filename will crash when downloading.
Thanks to xet7 ! Fixes #2759
This commit is contained in:
parent
843ff8eaaa
commit
c2da477735
277 changed files with 30568 additions and 52 deletions
5
packages/wekan-request/lib/optional.js
Normal file
5
packages/wekan-request/lib/optional.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
module.exports = function(module) {
|
||||
try {
|
||||
return require(module);
|
||||
} catch (e) {}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue