diff options
author | friendica <info@friendica.com> | 2013-08-22 00:44:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-22 00:44:24 -0700 |
commit | 22b6ddef9457e5ed3d38cf03be4b4451ec9d150c (patch) | |
tree | a7f65dbaaaed0bb5ac89004de6f9a0766809aa57 /include/follow.php | |
parent | 1101f4ab8879a189873804c8ee7b3cafec63c7da (diff) | |
download | volse-hubzilla-22b6ddef9457e5ed3d38cf03be4b4451ec9d150c.tar.gz volse-hubzilla-22b6ddef9457e5ed3d38cf03be4b4451ec9d150c.tar.bz2 volse-hubzilla-22b6ddef9457e5ed3d38cf03be4b4451ec9d150c.zip |
add zid to connect_url
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 510c6cd7e..10bcddf2b 100644 --- a/include/follow.php +++ b/include/follow.php @@ -63,7 +63,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)) - goaway($j['connect_url']); + goaway(zid($j['connect_url'])); // check service class limits |