mirror of
https://github.com/friendica/friendica
synced 2025-04-25 19:10:11 +00:00
Changes:
- reformatted some array - added missing documentation - added type-hints - changed double-quotes to single
This commit is contained in:
parent
c6c936a80f
commit
b8353a6eb7
10 changed files with 106 additions and 84 deletions
|
@ -131,7 +131,7 @@ class NoScrape extends BaseModule
|
|||
$profile_fields = ['about', 'locality', 'region', 'postal-code', 'country-name', 'xmpp', 'matrix'];
|
||||
foreach ($profile_fields as $field) {
|
||||
if (!empty($owner[$field])) {
|
||||
$json_info["$field"] = $owner[$field];
|
||||
$json_info[$field] = $owner[$field];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue