]> git.mxchange.org Git - friendica.git/commitdiff
Improve return path in mod/follow
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 10 Nov 2018 13:24:31 +0000 (08:24 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 10 Nov 2018 13:24:31 +0000 (08:24 -0500)
mod/follow.php

index 08f664d39301e23e0ecf09218d837cb63296e47e..b92424c2083730c339c248dc93e1111190104b6c 100644 (file)
@@ -27,7 +27,7 @@ function follow_post(App $a)
 
        $uid = local_user();
        $url = Strings::escapeTags(trim($_REQUEST['url']));
-       $return_path = 'contacts';
+       $return_path = 'follow?url=' . urlencode($url);
 
        // Makes the connection request for friendica contacts easier
        // This is just a precaution if maybe this page is called somewhere directly via POST