Fix crtl+z and frenetic commit

This commit is contained in:
ATM john 2019-04-10 22:43:06 +02:00
parent 98681c51f1
commit f245247db6

View File

@ -1743,7 +1743,7 @@ function top_menu_user(User $user, Translate $langs)
if ($object->gender == 'man') $nophoto='/public/theme/common/user_man.png';
if ($object->gender == 'woman') $nophoto='/public/theme/common/user_woman.png';
$userImage = '<img class="photo dphotouserphoto userphoto" alt="No photo" src="'.DOL_URL_ROOT.$nophoto.'">';
$userImage = '<img class="photo photouserphoto userphoto" alt="No photo" src="'.DOL_URL_ROOT.$nophoto.'">';
$userDropDownImage = '<img class="photo dropdown-user-image" alt="No photo" src="'.DOL_URL_ROOT.$nophoto.'">';
}