Fix bad id

This commit is contained in:
Laurent Destailleur 2019-06-25 11:08:42 +02:00
parent 4ed2db6d21
commit 27be93f535

View File

@ -713,7 +713,7 @@ if ($rowid > 0)
$objp = $db->fetch_object($result);
$adh->id = $objp->rowid;
$adh->typeid = $obj->type;
$adh->typeid = $objp->type;
$subscriptionstatic->ref=$objp->crowid;
$subscriptionstatic->id=$objp->crowid;