Skip to content

Commit

Permalink
fix [ bug #825 ] User first name not visible into users->perms
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Apr 17, 2013
1 parent c907423 commit 07a4709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/user/perms.php
Expand Up @@ -260,7 +260,7 @@

// 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
Expand Down

0 comments on commit 07a4709

Please sign in to comment.