From: Hypolite Petovan Date: Tue, 13 Nov 2018 21:02:33 +0000 (-0500) Subject: Convert remaining instances of "contacts" in mod/follow X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d697dbd794c4caed5b5802509aef735e9e5df35c;p=friendica.git Convert remaining instances of "contacts" in mod/follow --- diff --git a/mod/follow.php b/mod/follow.php index b92424c208..1ee61ce9e1 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.'));