Fixed: Length too small to see fullname.

This commit is contained in:
Laurent Destailleur 2014-12-10 20:09:48 +01:00
parent cd6c72b142
commit 99e5715f28

View File

@ -1795,7 +1795,7 @@ class User extends CommonObject
$result.=($lien.img_object($langs->trans("ShowUser"),'user').$lienfin);
if ($withpicto != 2) $result.=' ';
}
$result.=$lien.$this->getFullName($langs,'','',16).$lienfin;
$result.=$lien.$this->getFullName($langs,'','',24).$lienfin;
return $result;
}