minor edit to last commit

This commit is contained in:
Mike Macgirvin 2010-07-26 20:45:54 -07:00
parent 8c1adbefe3
commit 6d7b018237
1 changed files with 5 additions and 2 deletions

View File

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