add zid to connect_url

This commit is contained in:
friendica 2013-08-22 00:44:24 -07:00
parent 1101f4ab88
commit 22b6ddef94
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1 +1 @@
2013-08-21.412
2013-08-22.413