|
@@ -198,7 +198,8 @@ class session_helper
|
|
|
}
|
|
|
$ret = relation_helper::onSubscribe($member_id,$share_user);
|
|
|
if($ret) {
|
|
|
- push_helper::notice_subscribe($share_user,$info);
|
|
|
+ $mem = new member_info($info);
|
|
|
+ push_helper::notice_subscribe($share_user,$mem);
|
|
|
}
|
|
|
relation_helper::onInvite($share_user,$member_id);
|
|
|
$amount = account_helper::register_bonus($member_id);
|