Fix bad id
This commit is contained in:
parent
4ed2db6d21
commit
27be93f535
@ -713,7 +713,7 @@ if ($rowid > 0)
|
|||||||
$objp = $db->fetch_object($result);
|
$objp = $db->fetch_object($result);
|
||||||
|
|
||||||
$adh->id = $objp->rowid;
|
$adh->id = $objp->rowid;
|
||||||
$adh->typeid = $obj->type;
|
$adh->typeid = $objp->type;
|
||||||
|
|
||||||
$subscriptionstatic->ref=$objp->crowid;
|
$subscriptionstatic->ref=$objp->crowid;
|
||||||
$subscriptionstatic->id=$objp->crowid;
|
$subscriptionstatic->id=$objp->crowid;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user