fix [ bug #825 ] User first name not visible into users->perms
This commit is contained in:
parent
c9074231b5
commit
07a4709b45
@ -260,7 +260,7 @@ print '</tr>'."\n";
|
||||
|
||||
// Lastname
|
||||
print '<tr><td width="25%" valign="top">'.$langs->trans("Lastname").'</td>';
|
||||
print '<td>'.$fuser->lastName.'</td>';
|
||||
print '<td>'.$fuser->lastname.'</td>';
|
||||
print '</tr>'."\n";
|
||||
|
||||
// Firstname
|
||||
|
||||
Loading…
Reference in New Issue
Block a user