fix [ bug #825 ] User first name not visible into users->perms

This commit is contained in:
fhenry 2013-04-17 21:14:46 +02:00
parent c9074231b5
commit 07a4709b45

View File

@ -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