mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
Fix break misplaced error
This commit is contained in:
parent
fc4785ac79
commit
521f540a0c
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class LSattr_html_select_list extends LSattr_html{
|
|||
|
||||
if ((!isset($conf['object_type'])) || ((!isset($conf['value_attribute'])) && (!isset($conf['values_attribute'])))) {
|
||||
LSerror :: addErrorCode('LSattr_html_select_list_01',$this -> name);
|
||||
break;
|
||||
return;
|
||||
}
|
||||
if (!LSsession :: loadLSclass('LSsearch')) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue