mirror of
https://github.com/friendica/friendica
synced 2025-04-28 13:04:23 +02:00
Remove uses of the rest of deprecated profile fields
This commit is contained in:
parent
e69497454b
commit
7b0ec6252f
13 changed files with 10 additions and 278 deletions
|
@ -833,9 +833,6 @@ class Probe
|
|||
if (!empty($profile['country'])) {
|
||||
$loc['country-name'] = $profile['country'];
|
||||
}
|
||||
if (!empty($profile['hometown'])) {
|
||||
$loc['locality'] = $profile['hometown'];
|
||||
}
|
||||
$location = Profile::formatLocation($loc);
|
||||
if (!empty($location)) {
|
||||
$data['location'] = $location;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue