diff options
author | zotlabs <mike@macgirvin.com> | 2018-07-11 18:00:47 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-07-11 18:00:47 -0700 |
commit | 38bccecc04c9fe0cabab865deb686f0e85f18009 (patch) | |
tree | 25efd7375bfc1527d9ae15845a46dcbea2937d39 /include/follow.php | |
parent | cc71e507cbb08a4dfec3fa273484297d048a940e (diff) | |
download | volse-hubzilla-38bccecc04c9fe0cabab865deb686f0e85f18009.tar.gz volse-hubzilla-38bccecc04c9fe0cabab865deb686f0e85f18009.tar.bz2 volse-hubzilla-38bccecc04c9fe0cabab865deb686f0e85f18009.zip |
fix to cart behaviour
Diffstat (limited to 'include/follow.php')
-rw-r--r-- | include/follow.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |