Merge pull request #21564 from nextcloud/fix/noid/no-ocdialogs

fix obsolete usage of OCdialogs
This commit is contained in:
blizzz 2020-06-24 18:58:23 +02:00 committed by GitHub
commit 30e999384d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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