diff options
Diffstat (limited to 'mod/connections.php')
-rw-r--r-- | mod/connections.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php index 8e002d870..c98709470 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -594,7 +594,7 @@ function connections_content(&$a) { 'name' => $rr['xchan_name'], 'username' => $rr['xchan_name'], 'sparkle' => $sparkle, - 'edit' => z_root() . '/connections/' . $rr['abook_id'], + 'link' => z_root() . '/connections/' . $rr['abook_id'], 'url' => $rr['xchan_url'], 'network' => network_to_name($rr['network']), ); |