From: Friendika Date: Fri, 19 Aug 2011 11:52:40 +0000 (-0700) Subject: on follow, land on new contact edit page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ef98c7e02097258916deb06039827f4898d4078a;p=friendica.git on follow, land on new contact edit page --- diff --git a/mod/follow.php b/mod/follow.php index 14b2ea46c1..0323e76819 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -195,6 +195,7 @@ function follow_post(&$a) { } } - goaway($_SESSION['return_url']); + goaway($a->get_baseurl() . '/contacts/' . $r[0]['id']); +// goaway($_SESSION['return_url']); // NOTREACHED }