minor edit to last commit
This commit is contained in:
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));
|
goaway($a->get_baseurl() . '/contacts/' . intval($contact_id));
|
||||||
return; //NOTREACHED
|
return; //NOTREACHED
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user