redirect to added contact, not self
This commit is contained in:
parent
9a52b15271
commit
2ef82cd347
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue