minor edit to last commit
parent
8c1adbefe3
commit
6d7b018237
|
@ -368,8 +368,11 @@ function dfrn_confirm_post(&$a) {
|
||||||
);
|
);
|
||||||
if($r === false)
|
if($r === false)
|
||||||
$_SESSION['sysmsg'] .= "Unable to set contact photo info." . EOL;
|
$_SESSION['sysmsg'] .= "Unable to set contact photo info." . EOL;
|
||||||
|
|
||||||
|
goaway($a->get_baseurl() . '/contacts/' . intval($contact_id));
|
||||||
|
return; //NOTREACHED
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
goaway($a->get_baseurl() . '/contacts/' . intval($contact_id));
|
return;
|
||||||
return; //NOTREACHED
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue