on follow, land on new contact edit page

This commit is contained in:
Friendika 2011-08-19 04:52:40 -07:00
parent b49175ec5d
commit ef98c7e020
1 changed files with 2 additions and 1 deletions

View File

@ -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
}