Convert remaining instances of "contacts" in mod/follow

This commit is contained in:
Hypolite Petovan 2018-11-13 16:02:33 -05:00 committed by GitHub
parent 537164fd02
commit d697dbd794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.'));