Changes:
- reformatted some array - added missing documentation - added type-hints - changed double-quotes to single
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user