redirect to added contact, not self

This commit is contained in:
Friendika 2011-08-19 05:24:07 -07:00
parent 9a52b15271
commit 2ef82cd347
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ function follow_post(&$a) {
}
}
goaway($a->get_baseurl() . '/contacts/' . $r[0]['id']);
goaway($a->get_baseurl() . '/contacts/' . $contact_id);
// goaway($_SESSION['return_url']);
// NOTREACHED
}