Skip to content

Commit

Permalink
Fix use user photo
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 1, 2024
1 parent dc28879 commit b3fd3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/compta/bank/bankentries_list.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/* Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2019 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2004-2024 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2010 Regis Houssin <regis.houssin@inodbox.com>
* Copyright (C) 2012 Vinícius Nogueira <viniciusvgn@gmail.com>
* Copyright (C) 2014 Florian Henry <florian.henry@open-cooncept.pro>
Expand Down Expand Up @@ -1699,7 +1699,7 @@
$tmpuser->fetch($userlinked_id);
$conf->cache['user'][$userlinked_id] = $tmpuser;
}
print $tmpuser->getNomUrl(1);
print $tmpuser->getNomUrl(-1);
} else {
print '&nbsp;';
}
Expand Down

0 comments on commit b3fd3b6

Please sign in to comment.