Fix: convert to output charset
This commit is contained in:
parent
ccb7b35beb
commit
6cfc7f45c6
@ -790,7 +790,7 @@ class Contact extends CommonObject
|
|||||||
if ($this->firstname && $this->name) $ret.=' ';
|
if ($this->firstname && $this->name) $ret.=' ';
|
||||||
if ($this->firstname) $ret.=$this->firstname;
|
if ($this->firstname) $ret.=$this->firstname;
|
||||||
}
|
}
|
||||||
return trim($ret);
|
return $langs->convToOutputCharset(trim($ret));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user