]> git.mxchange.org Git - friendica.git/commitdiff
Convert remaining instances of "contacts" in mod/follow
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 13 Nov 2018 21:02:33 +0000 (16:02 -0500)
committerGitHub <noreply@github.com>
Tue, 13 Nov 2018 21:02:33 +0000 (16:02 -0500)
mod/follow.php

index b92424c2083730c339c248dc93e1111190104b6c..1ee61ce9e14802448c8a8b87e59a699a18b5ed4c 100644 (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.'));