add zid to connect_url
This commit is contained in:
parent
1101f4ab88
commit
22b6ddef94
@ -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
|
||||
|
@ -1 +1 @@
|
||||
2013-08-21.412
|
||||
2013-08-22.413
|
||||
|
Reference in New Issue
Block a user