mirror of
https://github.com/friendica/friendica
synced 2025-04-24 09:50: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
|
@ -173,9 +173,9 @@ function dfrn_request_post(App $a)
|
|||
Contact::updateAvatar($photo, local_user(), $r[0]["id"], true);
|
||||
}
|
||||
|
||||
$forwardurl = System::baseUrl() . "/contacts/" . $r[0]['id'];
|
||||
$forwardurl = System::baseUrl() . "/contact/" . $r[0]['id'];
|
||||
} else {
|
||||
$forwardurl = System::baseUrl() . "/contacts";
|
||||
$forwardurl = System::baseUrl() . "/contact";
|
||||
}
|
||||
|
||||
// Allow the blocked remote notification to complete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue