From d697dbd794c4caed5b5802509aef735e9e5df35c Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Tue, 13 Nov 2018 16:02:33 -0500 Subject: [PATCH] Convert remaining instances of "contacts" in mod/follow --- mod/follow.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/follow.php b/mod/follow.php index b92424c20..1ee61ce9e 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -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.'));