X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fpoco.php;h=4b04d70138198851e02346ff7d91a45fa1c75bd9;hb=44592611e1582fd97ae1988343418a0dae1ae2a0;hp=3927f125ea23030d5add4056be76b13b781afc81;hpb=6f662b8c74ddc6e896e74e6b563e0769bb66fef5;p=friendica.git diff --git a/mod/poco.php b/mod/poco.php index 3927f125ea..4b04d70138 100644 --- a/mod/poco.php +++ b/mod/poco.php @@ -1,5 +1,6 @@ $rr['avatar'], 'type' => 'profile')); + $entry['photos'] = array(array('value' => $rr['photo'], 'type' => 'profile')); if($fields_ret['network']) { $entry['network'] = $rr['network']; if ($entry['network'] == NETWORK_STATUSNET) @@ -327,5 +325,5 @@ function poco_init(&$a) { else http_status_exit(500); - +} }