redirect to contact editor after introduction approval

This commit is contained in:
Mike Macgirvin 2010-07-26 20:30:52 -07:00
parent 7a6665b5cf
commit 8c1adbefe3
1 changed files with 2 additions and 1 deletions

View File

@ -370,5 +370,6 @@ function dfrn_confirm_post(&$a) {
$_SESSION['sysmsg'] .= "Unable to set contact photo info." . EOL;
}
return;
goaway($a->get_baseurl() . '/contacts/' . intval($contact_id));
return; //NOTREACHED
}