Skip to content
Snippets Groups Projects
Commit 07a4709b authored by Florian Henry's avatar Florian Henry
Browse files

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

parent c9074231
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment