mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
change sensitive to true by default
set sensitive option to true
This commit is contained in:
@@ -107,7 +107,7 @@ class patch_370a9 implements patchInterface
|
||||
'type' => 'Checker\\Filename',
|
||||
'enabled' => false,
|
||||
'options' => array(
|
||||
'sensitive' => false,
|
||||
'sensitive' => true,
|
||||
),
|
||||
),
|
||||
array(
|
||||
|
Reference in New Issue
Block a user