mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSattr_html_select_list : fixed bug with number key value
This commit is contained in:
parent
4255015687
commit
8722098db3
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class LSattr_html_select_list extends LSattr_html{
|
||||||
$retInfos = array();
|
$retInfos = array();
|
||||||
if (is_array($this -> config['html_options']['possible_values'])) {
|
if (is_array($this -> config['html_options']['possible_values'])) {
|
||||||
foreach($this -> config['html_options']['possible_values'] as $val_name => $val) {
|
foreach($this -> config['html_options']['possible_values'] as $val_name => $val) {
|
||||||
if($val_name=='OTHER_OBJECT') {
|
if($val_name==='OTHER_OBJECT') {
|
||||||
if ((!isset($val['object_type'])) || (!isset($val['value_attribute']))) {
|
if ((!isset($val['object_type'])) || (!isset($val['value_attribute']))) {
|
||||||
LSerror :: addErrorCode('LSattr_html_select_list_01',$this -> name);
|
LSerror :: addErrorCode('LSattr_html_select_list_01',$this -> name);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue