aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-22 00:44:24 -0700
committerfriendica <info@friendica.com>2013-08-22 00:44:24 -0700
commit22b6ddef9457e5ed3d38cf03be4b4451ec9d150c (patch)
treea7f65dbaaaed0bb5ac89004de6f9a0766809aa57
parent1101f4ab8879a189873804c8ee7b3cafec63c7da (diff)
downloadvolse-hubzilla-22b6ddef9457e5ed3d38cf03be4b4451ec9d150c.tar.gz
volse-hubzilla-22b6ddef9457e5ed3d38cf03be4b4451ec9d150c.tar.bz2
volse-hubzilla-22b6ddef9457e5ed3d38cf03be4b4451ec9d150c.zip
add zid to connect_url
-rw-r--r--include/follow.php2
-rw-r--r--version.inc2
2 files changed, 2 insertions, 2 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
diff --git a/version.inc b/version.inc
index 9990b329d..eef8ef12b 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2013-08-21.412
+2013-08-22.413