diff options
author | Oliver <post@toktan.org> | 2013-02-02 20:05:50 +0100 |
---|---|---|
committer | Oliver <post@toktan.org> | 2013-02-02 20:05:50 +0100 |
commit | d1428571a9a82a700c1d098d009c50ed42c170fd (patch) | |
tree | 4894de4d58546ac32fcaaa78b3163cf532d75e59 /include | |
parent | 33855da15ae8aa41a34a3f46ec9f31383736fca2 (diff) | |
download | volse-hubzilla-d1428571a9a82a700c1d098d009c50ed42c170fd.tar.gz volse-hubzilla-d1428571a9a82a700c1d098d009c50ed42c170fd.tar.bz2 volse-hubzilla-d1428571a9a82a700c1d098d009c50ed42c170fd.zip |
fix con"n"nections
Diffstat (limited to 'include')
-rw-r--r-- | include/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/api.php b/include/api.php index cf4d45c1a..4d74eb298 100644 --- a/include/api.php +++ b/include/api.php @@ -349,7 +349,7 @@ require_once('include/security.php'); 'location' => ($usr) ? $usr[0]['channel_location'] : '', 'profile_image_url' => $uinfo[0]['xchan_photo_l'], 'url' => $uinfo[0]['xchan_url'], - 'contact_url' => $a->get_baseurl()."/connnections/".$uinfo[0]['abook_id'], + 'contact_url' => $a->get_baseurl()."/connections/".$uinfo[0]['abook_id'], 'protected' => false, 'friends_count' => intval($countfriends), 'created_at' => api_date($uinfo[0]['abook_created']), |