Commit ce208015 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) fix type in ldap selection

parent f3090efd
......@@ -535,7 +535,7 @@ endif; ?>
<option value="one" <?=$pconfig['ldap_scope'] == 'one' ? "selected=\"selected\"" : "";?>>
<?=gettext('One Level');?>
</option>
<option value="subtree" <?=$pconfig['ldap_scope'] == 'one' ? "selected=\"selected\"" : "";?>>
<option value="subtree" <?=$pconfig['ldap_scope'] == 'subtree' ? "selected=\"selected\"" : "";?>>
<?=gettext('Entire Subtree');?>
</option>
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment