mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 16:14:26 +02:00
Use profile.about instead of profile.pdesc for profile description
This commit is contained in:
parent
da09215db8
commit
a42104ce43
26 changed files with 45 additions and 45 deletions
|
@ -77,7 +77,7 @@ class Show extends BaseApi
|
|||
'profile_thumb' => $profile_row['thumb'],
|
||||
'publish' => $profile_row['publish'] ? true : false,
|
||||
'net_publish' => $profile_row['net-publish'] ? true : false,
|
||||
'description' => $profile_row['pdesc'],
|
||||
'description' => $profile_row['about'],
|
||||
'date_of_birth' => $profile_row['dob'],
|
||||
'address' => $profile_row['address'],
|
||||
'city' => $profile_row['locality'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue