mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSldapObject : fixed php warning
This commit is contained in:
parent
d988b364b4
commit
f1c777d7a3
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class LSldapObject {
|
|||
if ($spe=='') {
|
||||
$spe = $this -> getDisplayNameFormat();
|
||||
}
|
||||
$val = $this -> getFData($spe,&$this -> attrs,'getDisplayValue');
|
||||
$val = $this -> getFData($spe,$this -> attrs,'getDisplayValue');
|
||||
if (LSsession :: haveSubDn() && $full) {
|
||||
$val.=' ('.$this -> subDnName.')';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue