mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSattribute::generateValue() : Used default_value paramater as a LSformat
This commit is contained in:
parent
1b8bf7b250
commit
c8e5977d8a
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ class LSattribute {
|
|||
$value = $this -> ldapObject -> getFData($this -> config['generate_value_format']);
|
||||
}
|
||||
else if (is_string($this -> config['default_value']) && strlen($this -> config['default_value'])>0) {
|
||||
$value = $this -> config['default_value'];
|
||||
$value = $this -> ldapObject -> getFData($this -> config['default_value']);
|
||||
}
|
||||
if ($value!==false) {
|
||||
if (!empty($value)) {
|
||||
|
|
Loading…
Reference in a new issue