Skip to content

Commit 97911b7

Browse files
authored
Merge pull request #58683 from nextcloud/backport/58678/stable33
[stable33] fix: Set files app lexicon strictness to IGNORE
2 parents e3d0ead + 7d77f2d commit 97911b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files/lib/ConfigLexicon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ConfigLexicon implements ILexicon {
2424
public const OVERWRITES_HOME_FOLDERS = 'overwrites_home_folders';
2525

2626
public function getStrictness(): Strictness {
27-
return Strictness::NOTICE;
27+
return Strictness::IGNORE;
2828
}
2929

3030
public function getAppConfigs(): array {

0 commit comments

Comments
 (0)