Browse Source

FIX Missing link to language file

Alexandre SPANGARO 4 years ago
parent
commit
a4f3792cec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/user/card.php

+ 1 - 1
htdocs/user/card.php

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