diff options
author | Friendika <info@friendika.com> | 2011-09-20 17:59:18 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-20 17:59:18 -0700 |
commit | 8294dde936349a58e2c1a974768f5662f2ca9c2e (patch) | |
tree | bc285d5c31a5866c8aaf8ea1a983a92da23c50ed | |
parent | 38444aedd732d65b2df57c9ebce712dfd53fbf4d (diff) | |
download | volse-hubzilla-8294dde936349a58e2c1a974768f5662f2ca9c2e.tar.gz volse-hubzilla-8294dde936349a58e2c1a974768f5662f2ca9c2e.tar.bz2 volse-hubzilla-8294dde936349a58e2c1a974768f5662f2ca9c2e.zip |
typo in Twitter probe update
-rw-r--r-- | include/Scrape.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scrape.php b/include/Scrape.php index fd41b7bc6..a55608c2d 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')) |