FIX Bad picto of user

This commit is contained in:
ldestailleur 2025-02-19 14:13:15 +01:00
parent 5619bf83e2
commit 881b9fd5ee

View File

@ -626,7 +626,7 @@ if ($id > 0 || !empty($ref)) {
// Author
print '<tr><td class="titlefield">'.$langs->trans("AuthorRequest").'</td>';
print '<td>'.$author->getNomUrl(1, '', 0, 0, 0).'</td>';
print '<td>'.$author->getNomUrl(-1, '', 0, 0, 0).'</td>';
print '</tr>';
$parameters = array();