aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2020-06-24 22:44:26 +0200
committerGitHub <noreply@github.com>2020-06-24 22:44:26 +0200
commit58804caf8928670f0bc9e75ea53170b98c8e105b (patch)
tree008a6247e9f19584a8458324705ab56596432e65 /apps/user_ldap
parentca845138b7538987688b50b93348b94734d784c1 (diff)
parent003407e094eb96da7a8de36e23a14d0d390d5099 (diff)
downloadnextcloud-server-58804caf8928670f0bc9e75ea53170b98c8e105b.tar.gz
nextcloud-server-58804caf8928670f0bc9e75ea53170b98c8e105b.zip
Merge pull request #21568 from nextcloud/backport/21564/stable19
[stable19] fix obsolete usage of OCdialogs
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/js/wizard/wizardTabGeneric.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/js/wizard/wizardTabGeneric.js b/apps/user_ldap/js/wizard/wizardTabGeneric.js
index f24c520c1f9..edb099f99cd 100644
--- a/apps/user_ldap/js/wizard/wizardTabGeneric.js
+++ b/apps/user_ldap/js/wizard/wizardTabGeneric.js
@@ -553,7 +553,7 @@ OCA = OCA || {};
) {
toggleFnc(true);
} else {
- OCdialogs.confirm(
+ OC.dialogs.confirm(
t('user_ldap', 'Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?'),
t('user_ldap', 'Mode switch'),
toggleFnc