]> git.mxchange.org Git - friendica.git/commitdiff
typo
authorfriendica <info@friendica.com>
Sun, 18 Dec 2011 08:21:01 +0000 (00:21 -0800)
committerfriendica <info@friendica.com>
Sun, 18 Dec 2011 08:21:01 +0000 (00:21 -0800)
mod/poco.php

index 6efd4ab8cc395116d763b09a3bae99ca4ae98716..54ec60ff3f0c218139e27abe136cb80b213995f5 100644 (file)
@@ -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'];