Skip to content

Commit

Permalink
Merge pull request #21564 from nextcloud/fix/noid/no-ocdialogs
Browse files Browse the repository at this point in the history
fix obsolete usage of OCdialogs
  • Loading branch information
blizzz committed Jun 24, 2020
2 parents f29e022 + b71f52f commit 30e9993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/user_ldap/js/wizard/wizardTabGeneric.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30e9993

Please sign in to comment.