aboutsummaryrefslogtreecommitdiffstats
path: root/mod/poco.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/poco.php')
-rw-r--r--mod/poco.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/poco.php b/mod/poco.php
index 54ec60ff3..79cf820bc 100644
--- a/mod/poco.php
+++ b/mod/poco.php
@@ -129,6 +129,7 @@ function poco_init(&$a) {
$entry['urls'] = array(array('value' => $rr['url'], 'type' => 'profile'));
if($rr['addr'] && ($rr['network'] !== NETWORK_MAIL))
$entry['urls'][] = array('value' => 'acct:' . $rr['addr'], 'type' => 'webfinger');
+ }
if($fields_ret['preferredUsername'])
$entry['preferredUsername'] = $rr['nick'];
if($fields_ret['photos'])