Skip to content
Snippets Groups Projects
Commit 1e5f8b0e authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

LDAP: fix settings output thus make settings work again

parent 4830ba80
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
<fieldset id="ldapSettings-1">
<p><label for="ldap_serverconfig_chooser"><?php p($l->t('Server configuration'));?></label>
<select id="ldap_serverconfig_chooser" name="ldap_serverconfig_chooser">
<?php p($_['serverConfigurationOptions']); ?>
<?php print_unescaped($_['serverConfigurationOptions']); ?>
<option value="NEW"><?php p($l->t('Add Server Configuration'));?></option>
</select>
<button id="ldap_action_delete_configuration"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment