Error message with button "Test LDAP" is empty #5540
This commit is contained in:
Doeke Zanstra 2018-05-19 01:04:34 +02:00 committed by snipe
parent 86d398abda
commit f84ab2beda

View file

@ -504,7 +504,7 @@
} }
} else { } else {
error_text = bind_errors; bind_error_text = bind_errors;
} }
$('#ldapteststatus').html(bind_error_text); $('#ldapteststatus').html(bind_error_text);
} else { } else {