Correction pour register
This commit is contained in:
parent
295ab40cfb
commit
685e0ea6a6
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user