From: Friendika Date: Wed, 21 Sep 2011 00:59:18 +0000 (-0700) Subject: typo in Twitter probe update X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8294dde936349a58e2c1a974768f5662f2ca9c2e;p=friendica.git typo in Twitter probe update --- diff --git a/include/Scrape.php b/include/Scrape.php index fd41b7bc64..a55608c2d5 100644 --- a/include/Scrape.php +++ b/include/Scrape.php @@ -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'))