LSldapObject : fixed php warning

This commit is contained in:
Benjamin Renard 2012-09-02 19:56:22 +02:00
parent d988b364b4
commit f1c777d7a3

View file

@ -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.')';
}