mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Merge pull request #3671 from githubjeka/apostrophe
Allowed using apostrophe in filename
This commit is contained in:
commit
a9244fa691
@ -24,7 +24,7 @@ class Module extends \humhub\components\Module
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public $fileNameValidationPattern = '/[\x00-\x1F\x80-\xA0>\/\<"\':\*?|{}\[\]\\\\\/]/u';
|
||||
public $fileNameValidationPattern = '/[\x00-\x1F\x80-\xA0>\/\<":\*?|{}\[\]\\\\\/]/u';
|
||||
|
||||
/**
|
||||
* @see components\StorageManagerInterface
|
||||
|
Loading…
x
Reference in New Issue
Block a user