diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-07-12 09:16:52 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-07-12 09:16:52 +0200 |
commit | 48e74035f26ed8228ae834c633056fdc87668b71 (patch) | |
tree | 7f5d6e950cf4d7f427e4fba7fa0d523a2cdcea76 | |
parent | 3ebe35f7f786f57220514ccba709f55ab2061dea (diff) | |
parent | 38bccecc04c9fe0cabab865deb686f0e85f18009 (diff) | |
download | volse-hubzilla-48e74035f26ed8228ae834c633056fdc87668b71.tar.gz volse-hubzilla-48e74035f26ed8228ae834c633056fdc87668b71.tar.bz2 volse-hubzilla-48e74035f26ed8228ae834c633056fdc87668b71.zip |
Merge remote-tracking branch 'mike/master' into dev
-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) { |