Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLouis <6653109+artonge@users.noreply.github.com>2022-06-27 12:58:54 +0300
committerGitHub <noreply@github.com>2022-06-27 12:58:54 +0300
commit0fe7064fc4fbf15272031f852ffbdb6ac08bc6ef (patch)
tree1805889478c85d5f24d12e1af98a4ad2dca0dad3 /build
parent069346b7d376e3149074657732eac0958317f8b8 (diff)
parent347ca20f4e878a9800bc09b42674a492b5508d68 (diff)
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.php2
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');
}