diff options
author | friendica <info@friendica.com> | 2011-12-18 00:22:44 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-18 00:22:44 -0800 |
commit | 3aab1c714000a1b420d0bdcc25635593c27e3a04 (patch) | |
tree | cd6dfbb2a9e5b91aba79a0aeeb8ba1e9d302a1b2 /mod/poco.php | |
parent | b0718c4f05ad8b03d4bfb1acaeea2e8ce18f59df (diff) | |
download | volse-hubzilla-3aab1c714000a1b420d0bdcc25635593c27e3a04.tar.gz volse-hubzilla-3aab1c714000a1b420d0bdcc25635593c27e3a04.tar.bz2 volse-hubzilla-3aab1c714000a1b420d0bdcc25635593c27e3a04.zip |
typo
Diffstat (limited to 'mod/poco.php')
-rw-r--r-- | mod/poco.php | 1 |
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']) |