diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2022-06-27 11:58:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 11:58:54 +0200 |
commit | 0fe7064fc4fbf15272031f852ffbdb6ac08bc6ef (patch) | |
tree | 1805889478c85d5f24d12e1af98a4ad2dca0dad3 /build | |
parent | 069346b7d376e3149074657732eac0958317f8b8 (diff) | |
parent | 347ca20f4e878a9800bc09b42674a492b5508d68 (diff) | |
download | nextcloud-server-0fe7064fc4fbf15272031f852ffbdb6ac08bc6ef.tar.gz nextcloud-server-0fe7064fc4fbf15272031f852ffbdb6ac08bc6ef.zip |
Merge pull request #32998 from nextcloud/fix/setting_name
Rename setting name to reduce its length
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/bootstrap/CollaborationContext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/CollaborationContext.php b/build/integration/features/bootstrap/CollaborationContext.php index be6ae0c3b0d..adfc357b0e1 100644 --- a/build/integration/features/bootstrap/CollaborationContext.php +++ b/build/integration/features/bootstrap/CollaborationContext.php @@ -124,7 +124,7 @@ EOF; $this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match'); $this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match_userid'); $this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match_email'); - $this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name'); + $this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match_ignore_second_dn'); $this->deleteServerConfig('core', 'shareapi_only_share_with_group_members'); } |