Correction pour register

This commit is contained in:
Rodolphe Quiedeville 2004-07-13 14:34:19 +00:00
parent 295ab40cfb
commit 685e0ea6a6

View File

@ -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);