diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-19 17:52:15 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-19 17:52:15 -0700 |
commit | 1c6d2857cb6978ca7b87a0564013aa2b39024e96 (patch) | |
tree | ed4c6ddff0ff82a7dc1a59a2269a10590484339a /include/follow.php | |
parent | 397fef519c7929c70636c50015f7a0389062bab5 (diff) | |
download | volse-hubzilla-1c6d2857cb6978ca7b87a0564013aa2b39024e96.tar.gz volse-hubzilla-1c6d2857cb6978ca7b87a0564013aa2b39024e96.tar.bz2 volse-hubzilla-1c6d2857cb6978ca7b87a0564013aa2b39024e96.zip |
follow_from_feed issue when called from push
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 751d86db1..0d7c16aa3 100644 --- a/include/follow.php +++ b/include/follow.php @@ -49,7 +49,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false) $arr = array('url' => $url, 'channel' => array()); - call_hooks('follow', $arr); + call_hooks('follow_init', $arr); if($arr['channel']['success']) $ret = $arr['channel']; |