From: friendica Date: Sun, 18 Dec 2011 08:22:44 +0000 (-0800) Subject: typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3aab1c714000a1b420d0bdcc25635593c27e3a04;p=friendica.git typo --- diff --git a/mod/poco.php b/mod/poco.php index 54ec60ff3f..79cf820bcd 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'])