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 ''; } - // User to do + // User owner print ''; if ($obj->fk_user_action > 0) { $userstatic->fetch($obj->fk_user_action); - print $userstatic->getNomUrl(1); + print $userstatic->getNomUrl(-1); } else print ' '; print '';