mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
Replace remaining instances of "contacts/"
This commit is contained in:
parent
e2f005f68c
commit
6d5b2c484d
4 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@ function follow_post(App $a)
|
|||
}
|
||||
goaway($return_url);
|
||||
} elseif ($result['cid']) {
|
||||
goaway('contacts/' . $result['cid']);
|
||||
goaway('contact/' . $result['cid']);
|
||||
}
|
||||
|
||||
info(L10n::t('The contact could not be added.'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue