redirect to contact editor after introduction approval

pull/1/head
Mike Macgirvin 13 years ago
parent 7a6665b5cf
commit 8c1adbefe3

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

Loading…
Cancel
Save