Skip to content
Snippets Groups Projects
Commit df1d9043 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

[user_ldap] From echo to p

parent fc5331ea
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ foreach($prefixes as $prefix) {
if(count($prefixes) == 0) {
$scoHtml .= '<option value="" selected>1. Server</option>';
}
$tmpl->assign('serverConfigurationOptions', $scoHtml, false);
$tmpl->assign('serverConfigurationOptions', $scoHtml);
// assign default values
if(!isset($ldap)) {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment