diff options
Diffstat (limited to 'mod/viewconnections.php')
-rw-r--r-- | mod/viewconnections.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/viewconnections.php b/mod/viewconnections.php index 4f6f81d82..84b976042 100644 --- a/mod/viewconnections.php +++ b/mod/viewconnections.php @@ -48,7 +48,7 @@ function viewconnections_content(&$a) { foreach($r as $rr) { - $url = zid($rr['xchan_url']); + $url = chanlink_url($rr['xchan_url']); if($url) { $contacts[] = array( 'id' => $rr['abook_id'], |