diff options
author | friendica <info@friendica.com> | 2013-12-18 01:00:08 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-18 01:00:08 -0800 |
commit | 38fd8410eb5c66928cb24bb87ad38657f53aec3a (patch) | |
tree | 5c3eb57af3b4b721e36d059e7161c50f8853a61c /include/api.php | |
parent | 1780684c57a068f0278ad576703e044c64a70aa5 (diff) | |
download | volse-hubzilla-38fd8410eb5c66928cb24bb87ad38657f53aec3a.tar.gz volse-hubzilla-38fd8410eb5c66928cb24bb87ad38657f53aec3a.tar.bz2 volse-hubzilla-38fd8410eb5c66928cb24bb87ad38657f53aec3a.zip |
split off mod_connections into mod_connections & mod_connedit - lots of links to fix
Diffstat (limited to 'include/api.php')
-rw-r--r-- | include/api.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/api.php b/include/api.php index 093839875..463d29cf8 100644 --- a/include/api.php +++ b/include/api.php @@ -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']), |