mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
LSform: fix typo
This commit is contained in:
parent
1aed362863
commit
cab8c2e66d
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class LSform extends LSlog_staticLoggerClass {
|
|||
}
|
||||
|
||||
$fields = array();
|
||||
if (!isset($this -> dataEntryFormConfig['displayedElements']) && !is_array($this -> dataEntryFormConfig['displayedElements'])) {
|
||||
if (!isset($this -> dataEntryFormConfig['displayedElements']) || !is_array($this -> dataEntryFormConfig['displayedElements'])) {
|
||||
foreach($this -> elements as $element) {
|
||||
$field = array();
|
||||
$field = $element -> getDisplay();
|
||||
|
|
Loading…
Reference in a new issue