From f1c777d7a3a42ec8c833da9b610c21d3563c6772 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Sun, 2 Sep 2012 19:56:22 +0200 Subject: [PATCH] LSldapObject : fixed php warning --- public_html/includes/class/class.LSldapObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.')'; }