mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 16:19:06 +01:00
LSattr_html_select_list : fix handling OTHER_OBJECT with value_attribute parameters
This commit is contained in:
parent
e294fb123b
commit
001fe43376
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class LSattr_html_select_list extends LSattr_html{
|
|||
|
||||
$LSsearch = new LSsearch($conf['object_type'],'LSattr_html_select_list',$param,true);
|
||||
$LSsearch -> run();
|
||||
if (isset($val['value_attribute'])) {
|
||||
if (isset($conf['value_attribute'])) {
|
||||
if(($conf['value_attribute']=='dn')||($conf['value_attribute']=='%{dn}')) {
|
||||
$retInfos = $LSsearch -> listObjectsName();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue