This commit is contained in:
Frédéric FRANCE 2021-09-04 11:30:03 +02:00 committed by GitHub
parent 74f3b98ea9
commit 456f25d57e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1766,6 +1766,7 @@ function top_menu_user($hideloginname = 0, $urllogout = '')
global $dolibarr_main_authentication, $dolibarr_main_demo; global $dolibarr_main_authentication, $dolibarr_main_demo;
global $menumanager; global $menumanager;
$langs->load('companies');
$userImage = $userDropDownImage = ''; $userImage = $userDropDownImage = '';
if (!empty($user->photo)) if (!empty($user->photo))
{ {