mirror of
https://github.com/friendica/friendica
synced 2024-12-23 05:20:15 +00:00
minor edit to last commit
This commit is contained in:
parent
8c1adbefe3
commit
6d7b018237
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue