|
@@ -92,7 +92,7 @@ $result = restrictedArea($user, 'user', $id, 'user', $feature2);
|
|
|
if ($user->id <> $id && !$canreaduser) accessforbidden();
|
|
|
|
|
|
// Load translation files required by page
|
|
|
-$langs->loadLangs(array('users', 'companies', 'ldap', 'admin', 'hrm', 'stocks'));
|
|
|
+$langs->loadLangs(array('users', 'companies', 'ldap', 'admin', 'hrm', 'stocks', 'other'));
|
|
|
|
|
|
$object = new User($db);
|
|
|
$extrafields = new ExtraFields($db);
|