Fix missing load langs for my company info in user block

This commit is contained in:
Maxime Kohlhaas
2021-05-16 10:52:51 +02:00
parent 3859e7f00e
commit baf0dda19c

View File

@@ -1964,6 +1964,8 @@ function top_menu_user($hideloginname = 0, $urllogout = '')
global $dolibarr_main_authentication, $dolibarr_main_demo;
global $menumanager;
$langs->loadLangs(array('companies'));
$userImage = $userDropDownImage = '';
if (!empty($user->photo)) {
$userImage = Form::showphoto('userphoto', $user, 0, 0, 0, 'photouserphoto userphoto', 'small', 0, 1);