Skip to content

Commit

Permalink
Fixed bug #5540 (#5550)
Browse files Browse the repository at this point in the history
Error message with button "Test LDAP" is empty #5540
  • Loading branch information
doekman authored and snipe committed May 18, 2018
1 parent 86d398a commit f84ab2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/settings/ldap.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
}
} else {
error_text = bind_errors;
bind_error_text = bind_errors;
}
$('#ldapteststatus').html(bind_error_text);
} else {
Expand Down

0 comments on commit f84ab2b

Please sign in to comment.