summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/js
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-06-24 17:34:00 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-06-24 17:34:00 +0200
commitb71f52f1377030135354973147ad871a0c24d31f (patch)
tree3149691e667079956b58f4b192b7c5800e157718 /apps/user_ldap/js
parentf29e022921222489432b547c946d571ecac987ce (diff)
downloadnextcloud-server-b71f52f1377030135354973147ad871a0c24d31f.tar.gz
nextcloud-server-b71f52f1377030135354973147ad871a0c24d31f.zip
fix obsolete usage of OCdialogs
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/js')
-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