aboutsummaryrefslogtreecommitdiffstats
path: root/include/follow.php
diff options
context:
space:
mode:
authorPaolo Tacconi <p.tacconi@giunti.it>2014-10-02 11:31:56 +0200
committerPaolo Tacconi <p.tacconi@giunti.it>2014-10-02 11:31:56 +0200
commit9cebe8ccf015b5fd7814bbaa56b48ed67926ae5a (patch)
tree3d97548aeb40d01d88ad2ee5abe76a6c0eb518cf /include/follow.php
parentb39cd90e0786ac1956a52742555cd18011b4390d (diff)
parentcc95f91c54181c92256968506eef15029b6bfbf1 (diff)
downloadvolse-hubzilla-9cebe8ccf015b5fd7814bbaa56b48ed67926ae5a.tar.gz
volse-hubzilla-9cebe8ccf015b5fd7814bbaa56b48ed67926ae5a.tar.bz2
volse-hubzilla-9cebe8ccf015b5fd7814bbaa56b48ed67926ae5a.zip
Merge from master
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 a967386e9..c8bd3c500 100644
--- a/include/follow.php
+++ b/include/follow.php
@@ -84,7 +84,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
// Premium channel, set confirm before callback to avoid recursion
- if(array_key_exists('connect_url',$j) && (! $confirm))
+ if(array_key_exists('connect_url',$j) && ($interactive) && (! $confirm))
goaway(zid($j['connect_url']));