Skip to content

Commit

Permalink
Fix bad id
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 25, 2019
1 parent 4ed2db6 commit 27be93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/adherents/subscription.php
Expand Up @@ -713,7 +713,7 @@
$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;
Expand Down

0 comments on commit 27be93f

Please sign in to comment.