From 34f3552dc779475ba2734103b9b9225337e710e7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Tue, 27 Jun 2017 04:31:29 +0200 Subject: [PATCH] Fix missing image of user --- htdocs/comm/action/listactions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/action/listactions.php b/htdocs/comm/action/listactions.php index 35fccdef2c8..c8df98e0267 100644 --- a/htdocs/comm/action/listactions.php +++ b/htdocs/comm/action/listactions.php @@ -497,12 +497,12 @@ if ($resql) print '</td>'; } - // User to do + // User owner print '<td align="left">'; if ($obj->fk_user_action > 0) { $userstatic->fetch($obj->fk_user_action); - print $userstatic->getNomUrl(1); + print $userstatic->getNomUrl(-1); } else print ' '; print '</td>'; -- GitLab