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

index 54ec60ff3f0c218139e27abe136cb80b213995f5..79cf820bcd9b15c1d040d46e3a90406ed2c01530 100644 (file)
@@ -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'])