mirror of
https://github.com/friendica/friendica
synced 2025-04-24 10:30:11 +00:00
change links from /contacts to /contact
This commit is contained in:
parent
738cb4ace6
commit
bfa05156ca
17 changed files with 232 additions and 1383 deletions
|
@ -761,7 +761,7 @@ function api_get_user(App $a, $contact_id = null)
|
|||
'statusnet_blocking' => false,
|
||||
'notifications' => false,
|
||||
/// @TODO old way?
|
||||
//'statusnet_profile_url' => System::baseUrl()."/contacts/".$uinfo[0]['cid'],
|
||||
//'statusnet_profile_url' => System::baseUrl()."/contact/".$uinfo[0]['cid'],
|
||||
'statusnet_profile_url' => $uinfo[0]['url'],
|
||||
'uid' => intval($uinfo[0]['uid']),
|
||||
'cid' => intval($uinfo[0]['cid']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue