Skip to content

Commit 58804ca

Browse files
authored
Merge pull request #21568 from nextcloud/backport/21564/stable19
[stable19] fix obsolete usage of OCdialogs
2 parents ca84513 + 003407e commit 58804ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/user_ldap/js/wizard/wizardTabGeneric.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ OCA = OCA || {};
553553
) {
554554
toggleFnc(true);
555555
} else {
556-
OCdialogs.confirm(
556+
OC.dialogs.confirm(
557557
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?'),
558558
t('user_ldap', 'Mode switch'),
559559
toggleFnc

0 commit comments

Comments
 (0)