]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Transmitter.php
Merge pull request #10717 from nupplaphil/bug/drone_missing_bin
[friendica.git] / src / Protocol / ActivityPub / Transmitter.php
index 4dbcda4e7108e583b607d86f0df44323d9cbbeba..14d4a8a5a1dd86e362f90628dc078b5be454ee3d 100644 (file)
@@ -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,