fix con"n"nections

This commit is contained in:
Oliver 2013-02-02 20:05:50 +01:00
parent 33855da15a
commit d1428571a9

View File

@ -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']),