diff --git a/htdocs/comm/action/listactions.php b/htdocs/comm/action/listactions.php
index 35fccdef2c8b4602dcb900ac7229bb030225e182..c8df98e0267e735c41c56688b8757d11bf94e619 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 '&nbsp;';
 		print '</td>';