mirror of
https://github.com/friendica/friendica
synced 2025-04-25 13:10:11 +00:00
Fix formatting all around
This commit is contained in:
parent
669c7dea59
commit
fe89e7760e
7 changed files with 29 additions and 25 deletions
|
@ -194,8 +194,9 @@ function dfrn_request_post(App $a) {
|
|||
if(intval($def_gid))
|
||||
group_add_member(local_user(), '', $r[0]['id'], $def_gid);
|
||||
|
||||
if (isset($photo))
|
||||
if (isset($photo)) {
|
||||
Contact::updateAvatar($photo, local_user(), $r[0]["id"], true);
|
||||
}
|
||||
|
||||
$forwardurl = System::baseUrl()."/contacts/".$r[0]['id'];
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue