aboutsummaryrefslogtreecommitdiffstats
path: root/mod/follow.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-19 04:52:40 -0700
committerFriendika <info@friendika.com>2011-08-19 04:52:40 -0700
commitef98c7e02097258916deb06039827f4898d4078a (patch)
tree53070752498b6c2154b224cda8bd1ce225d01cd9 /mod/follow.php
parentb49175ec5d81caec8e10a6a1bf17adb6a13661f4 (diff)
downloadvolse-hubzilla-ef98c7e02097258916deb06039827f4898d4078a.tar.gz
volse-hubzilla-ef98c7e02097258916deb06039827f4898d4078a.tar.bz2
volse-hubzilla-ef98c7e02097258916deb06039827f4898d4078a.zip
on follow, land on new contact edit page
Diffstat (limited to 'mod/follow.php')
-rw-r--r--mod/follow.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/follow.php b/mod/follow.php
index 14b2ea46c..0323e7681 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
}