Fix: Use the $uid

pull/10707/head
Michael 2021-09-14 02:00:40 +00:00
rodzic e3413cf959
commit d33fea1993
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -394,7 +394,7 @@ class Transmitter
$custom_fields = [];
foreach (DI::profileField()->selectByContactId(0, 1) as $profile_field) {
foreach (DI::profileField()->selectByContactId(0, $uid) as $profile_field) {
$custom_fields[] = [
'type' => 'PropertyValue',
'name' => $profile_field->label,