Fixed: Length too small to see fullname.
This commit is contained in:
parent
cd6c72b142
commit
99e5715f28
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user