aboutsummaryrefslogtreecommitdiffstats
path: root/include/follow.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-15 05:28:16 -0700
committerredmatrix <git@macgirvin.com>2016-06-15 05:28:16 -0700
commit47fc0c79588d55a207dc39ae8062ec55382e2564 (patch)
treec86f59fcca3a84413d77c325be433c4c5ea862e2 /include/follow.php
parent77dedf664846c9740cb66bf2a95c95c6522c0497 (diff)
downloadvolse-hubzilla-47fc0c79588d55a207dc39ae8062ec55382e2564.tar.gz
volse-hubzilla-47fc0c79588d55a207dc39ae8062ec55382e2564.tar.bz2
volse-hubzilla-47fc0c79588d55a207dc39ae8062ec55382e2564.zip
add new connection to default group when auto-accepted
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 0c3973175..e5a74f85e 100644
--- a/include/follow.php
+++ b/include/follow.php
@@ -275,7 +275,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
call_hooks('follow', $arr);
- /** If there is a default group for this channel, add this member to it */
+ /** If there is a default group for this channel, add this connection to it */
if($default_group) {
require_once('include/group.php');