mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 02:19:07 +01:00
LSldapObject :: validateAttrsData: fix typo
This commit is contained in:
parent
2b535c4640
commit
0feb8e16ea
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ class LSldapObject extends LSlog_staticLoggerClass {
|
|||
}
|
||||
else {
|
||||
// Don't blame on non-create form for attributes not-present in form (or freezed)
|
||||
if ($LSform && $idFrom != 'create' && (!$LSform -> hasElement($attr_name) || $LSform -> isFreeze($attr_name)))
|
||||
if ($LSform && $idForm != 'create' && (!$LSform -> hasElement($attr_name) || $LSform -> isFreeze($attr_name)))
|
||||
continue;
|
||||
|
||||
LSerror :: addErrorCode('LSattribute_06',$attr -> getLabel());
|
||||
|
|
Loading…
Reference in a new issue