]> git.mxchange.org Git - friendica.git/commitdiff
typo in Twitter probe update
authorFriendika <info@friendika.com>
Wed, 21 Sep 2011 00:59:18 +0000 (17:59 -0700)
committerFriendika <info@friendika.com>
Wed, 21 Sep 2011 00:59:18 +0000 (17:59 -0700)
include/Scrape.php

index fd41b7bc645fb9c92d8e3b58cacca95d5307c28d..a55608c2d5a9f8c9e350516406172e43e2d1830b 100644 (file)
@@ -536,7 +536,7 @@ function probe_url($url, $mode = PROBE_NORMAL) {
                        $profile = 'http://twitter.com/#!/' . $tid;
                        $vcard['photo'] = 'https://api.twitter.com/1/users/profile_image/' . $tid;
                        $vcard['nick'] = $tid;
-                       $vcar['fn'] = $tid . '@twitter';
+                       $vcard['fn'] = $tid . '@twitter';
                }
 
                if(! x($vcard,'fn'))