split off mod_connections into mod_connections & mod_connedit - lots of links to fix

This commit is contained in:
friendica
2013-12-18 01:00:08 -08:00
parent 1780684c57
commit 38fd8410eb
9 changed files with 160 additions and 545 deletions

View File

@@ -362,7 +362,8 @@ require_once('include/photos.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()."/connections/".$uinfo[0]['abook_id'],
//FIXME
'contact_url' => $a->get_baseurl() . "/connections/".$uinfo[0]['abook_id'],
'protected' => false,
'friends_count' => intval($countfriends),
'created_at' => api_date($uinfo[0]['abook_created']),