aboutsummaryrefslogtreecommitdiffstats
path: root/include/follow.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-04-19 17:52:15 -0700
committerzotlabs <mike@macgirvin.com>2017-04-19 17:53:50 -0700
commit40f6280c48e7b5720211dd801f0bfa851658fa44 (patch)
tree42ca98195d4856533a093a4e6cf112b3287b70a8 /include/follow.php
parent09967598e15eb5d201bcc676ffb329b97e1b89b8 (diff)
downloadvolse-hubzilla-40f6280c48e7b5720211dd801f0bfa851658fa44.tar.gz
volse-hubzilla-40f6280c48e7b5720211dd801f0bfa851658fa44.tar.bz2
volse-hubzilla-40f6280c48e7b5720211dd801f0bfa851658fa44.zip
follow_from_feed issue when called from push
Diffstat (limited to 'include/follow.php')
-rw-r--r--include/follow.php2
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'];