mirror of
https://github.com/friendica/friendica
synced 2025-04-26 23:10:11 +00:00
Move ProfileField::selectByContactId() and ProfileField::selectByUserId()
This commit is contained in:
parent
a9981c792e
commit
6f692b857b
5 changed files with 49 additions and 44 deletions
|
@ -381,7 +381,7 @@ class Transmitter
|
|||
|
||||
$custom_fields = [];
|
||||
|
||||
foreach (DI::profileField()->selectByContactId(0, $uid) as $profile_field) {
|
||||
foreach (DI::profileFieldNew()->selectByContactId(0, $uid) as $profile_field) {
|
||||
$custom_fields[] = [
|
||||
'type' => 'PropertyValue',
|
||||
'name' => $profile_field->label,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue