From: friendica Date: Sun, 18 Dec 2011 08:21:01 +0000 (-0800) Subject: typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b0718c4f05ad8b03d4bfb1acaeea2e8ce18f59df;p=friendica.git typo --- diff --git a/mod/poco.php b/mod/poco.php index 6efd4ab8cc..54ec60ff3f 100644 --- a/mod/poco.php +++ b/mod/poco.php @@ -127,7 +127,7 @@ function poco_init(&$a) { $entry['displayName'] = $rr['name']; if($fields_ret['urls']) { $entry['urls'] = array(array('value' => $rr['url'], 'type' => 'profile')); - if($rr['addr'] && ($rr['network'] !== NETWORK_MAIL) + if($rr['addr'] && ($rr['network'] !== NETWORK_MAIL)) $entry['urls'][] = array('value' => 'acct:' . $rr['addr'], 'type' => 'webfinger'); if($fields_ret['preferredUsername']) $entry['preferredUsername'] = $rr['nick'];