mirror of
https://github.com/friendica/friendica
synced 2024-11-10 00:23:00 +00:00
Convert remaining instances of "contacts" in mod/follow
This commit is contained in:
parent
537164fd02
commit
d697dbd794
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ function follow_post(App $a)
|
|||
}
|
||||
|
||||
if (isset($_REQUEST['cancel'])) {
|
||||
$a->internalRedirect('contacts');
|
||||
$a->internalRedirect('contact');
|
||||
}
|
||||
|
||||
$uid = local_user();
|
||||
|
@ -52,7 +52,7 @@ function follow_post(App $a)
|
|||
|
||||
function follow_content(App $a)
|
||||
{
|
||||
$return_path = 'contacts';
|
||||
$return_path = 'contact';
|
||||
|
||||
if (!local_user()) {
|
||||
notice(L10n::t('Permission denied.'));
|
||||
|
|
Loading…
Reference in a new issue