diff --git a/public_html/includes/class/class.LSldapObject.php b/public_html/includes/class/class.LSldapObject.php index f0553fce..944b8576 100644 --- a/public_html/includes/class/class.LSldapObject.php +++ b/public_html/includes/class/class.LSldapObject.php @@ -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.')'; }