fix to cart behaviour

This commit is contained in:
zotlabs 2018-07-11 18:00:47 -07:00
parent cc71e507cb
commit 38bccecc04

View File

@ -204,7 +204,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
$singleton = intval($x['singleton']);
$aid = $channel['channel_account_id'];
$hash = get_observer_hash();
$hash = $channel['channel_hash'];
$default_group = $channel['channel_default_group'];
if($hash == $xchan_hash) {