diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 00828185117..a90394db214 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -292,7 +292,7 @@ if ($_GET["id"]) } $act = new ActionComm($db); - $act->fetch($id); + $act->fetch($_GET["id"]); $act->societe->fetch($act->societe->id); $act->author->fetch($act->author->id);