From 38bccecc04c9fe0cabab865deb686f0e85f18009 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 11 Jul 2018 18:00:47 -0700 Subject: fix to cart behaviour --- include/follow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/follow.php') diff --git a/include/follow.php b/include/follow.php index e2f0a8f4d..964c43ff2 100644 --- a/include/follow.php +++ b/include/follow.php @@ -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) { -- cgit v1.2.3