diff options
author | friendica <info@friendica.com> | 2014-10-01 14:48:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-01 14:48:08 -0700 |
commit | 467c6c72f0a470173fd9b050137c37c4a59f6934 (patch) | |
tree | 342122297845288fb7fb665381096cc146c19b83 /include/follow.php | |
parent | f19d718631675d38efca1741f46bf0916af72a65 (diff) | |
download | volse-hubzilla-467c6c72f0a470173fd9b050137c37c4a59f6934.tar.gz volse-hubzilla-467c6c72f0a470173fd9b050137c37c4a59f6934.tar.bz2 volse-hubzilla-467c6c72f0a470173fd9b050137c37c4a59f6934.zip |
ability to pre-populate connections for new channels. e.g. "MySpace Tom"
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 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'])); |