mirror of
https://github.com/friendica/friendica
synced 2025-04-22 14:30:12 +00:00
Fixes standards
This commit is contained in:
parent
61f1a4d14d
commit
19019381e6
2 changed files with 9 additions and 9 deletions
|
@ -101,7 +101,7 @@ class Update extends BaseApi
|
|||
if (!empty($request['lat']) && !empty($request['long'])) {
|
||||
$item['coord'] = sprintf("%s %s", $request['lat'], $request['long']);
|
||||
}
|
||||
|
||||
|
||||
$item['allow_cid'] = $owner['allow_cid'];
|
||||
$item['allow_gid'] = $owner['allow_gid'];
|
||||
$item['deny_cid'] = $owner['deny_cid'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue