From 001fe43376a2bc0711613b34af32caa6072df610 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 16 Aug 2016 13:57:56 +0200 Subject: [PATCH] LSattr_html_select_list : fix handling OTHER_OBJECT with value_attribute parameters --- public_html/includes/class/class.LSattr_html_select_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/includes/class/class.LSattr_html_select_list.php b/public_html/includes/class/class.LSattr_html_select_list.php index fb2fa321..f27a6ab7 100644 --- a/public_html/includes/class/class.LSattr_html_select_list.php +++ b/public_html/includes/class/class.LSattr_html_select_list.php @@ -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(); }