diff --git a/www/manager6/dc/AuthEditLDAP.js b/www/manager6/dc/AuthEditLDAP.js index ccaabc4e..015a5a6e 100644 --- a/www/manager6/dc/AuthEditLDAP.js +++ b/www/manager6/dc/AuthEditLDAP.js @@ -54,8 +54,8 @@ Ext.define('PVE.panel.LDAPInputPanel', { name: 'secure', uncheckedValue: 0, listeners: { - change: function(me, newValue) { - let verifyCheckbox = me.nextSibling('proxmoxcheckbox[name=verify]'); + change: function(field, newValue) { + let verifyCheckbox = field.nextSibling('proxmoxcheckbox[name=verify]'); if (newValue === true) { verifyCheckbox.enable(); } else {