Merge pull request #4129 from annando/issue-4121
API: Better use "about" instead of "pdesc"
This commit is contained in:
commit
75ba84efa8
|
@ -743,8 +743,8 @@ function api_get_user(App $a, $contact_id = null)
|
|||
|
||||
$pcontact_id = Contact::getIdForURL($uinfo[0]['url'], 0, true);
|
||||
|
||||
if (!empty($profile[0]['pdesc'])) {
|
||||
$description = $profile[0]['pdesc'];
|
||||
if (!empty($profile[0]['about'])) {
|
||||
$description = $profile[0]['about'];
|
||||
} else {
|
||||
$description = $uinfo[0]["about"];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue