redirect to contact editor after introduction approval
This commit is contained in:
parent
7a6665b5cf
commit
8c1adbefe3
1 changed files with 2 additions and 1 deletions
|
@ -370,5 +370,6 @@ function dfrn_confirm_post(&$a) {
|
||||||
$_SESSION['sysmsg'] .= "Unable to set contact photo info." . EOL;
|
$_SESSION['sysmsg'] .= "Unable to set contact photo info." . EOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
goaway($a->get_baseurl() . '/contacts/' . intval($contact_id));
|
||||||
|
return; //NOTREACHED
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue